• Stars
    star
    171
  • Rank 222,266 (Top 5 %)
  • Language
    C
  • License
    Other
  • Created almost 14 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The Serval Project's core daemon that implements Distributed Numbering Architecture (DNA), MDP, VoMP, Rhizome, MeshMS, etc.

Serval DNA

Serval Project, September 2017

Serval DNA is the core component of the Serval Mesh app for Android and the Serval Mesh Extender long-range mesh networking device. It is a daemon process that performs all the central services of the Serval mesh network such as dynamic routing, encryption and authentication, file distribution, messaging, and voice telephony.

Any device with Wi-Fi connectivity that runs the Serval DNA daemon can participate in the Serval mesh network.

Download, build and test

  • INSTALL.md contains instructions for downloading, building and testing Serval DNA on Linux, Mac OS-X, and similar platforms

  • Notes for Developers contains useful information for developers of Serval DNA, which may also help resolve build issues

Configuration

Documentation

Bugs and issues

Bugs can be reported and inspected using the GitHub issue tracker.

What is in this repository?

This repository contains:

The servald executable is a multi-purpose program that can be invoked directly from the command line, run as a daemon process, or invoked via JNI from within a Java program or via the [Swift module][] from within a Swift program. The servald executable is really many commands built into one; the command-line arguments select which command to run. Some commands are stand-alone utilities, some start and stop the servald daemon process, some communicate with the servald daemon as an MDP client, and others via a two-way pipe called the monitor interface.

The following protocols and services are implemented in servald:

  • The Distributed Numbering Architecture (DNA) is the key innovation that makes mesh telephony viable in the absence of any infrastructure, eg, in the aftermath of a natural disaster or in remote locations. DNA is a protocol carried over MDP (see below) that asks many devices at once if they will answer a phone number (DID). A device will respond with its own subscriber identity (SID) if its user has “claimed” that DID. This allows phone calls to be established over the mesh using conventional phone numbers.

  • The Serval Keyring is a flat file containing all the user identities on a single device. Each identity is a set of elliptic curve secret cryptographic keys that belong to a single “mesh subscriber”, indexed by the subscriber's 256-bit public key, called a SID. Each identity in the keyring is locked by its own user-chosen password (called a PIN in the code and documentation), using elliptic curve cryptography to protect locked entries from theft or tampering, and steganography to allow the user to plausibly deny the existence of locked identities.

  • The Mesh Datagram Protocol (MDP) is Serval's own layer 3 protocol designed for secure mesh networking. It is completely independent of Internet protocols such as IP and UDP, although for the time being it is implemented as an “overlay” network based on UDP/IP because that is the interface that Linux and other operating systems provide for sending data over Wi-Fi. However, MDP could easily be implemented directly over a layer 2 data link such as Wi-Fi or Ethernet MAC. MDP uses subscribers' public keys (SID) as source and destination addresses, has a 32-bit port number analogous to the 16-bit port number used in TCP/IP, and encrypts all packet contents by default, using the public key (SID) of the destination.

  • The Voice over Mesh Protocol (VoMP) is Serval's own call negotiation and two-way audio streaming protocol used to implement mesh voice calls. It fills the same role as SIP/RTS, the dominant protocol used for Voice over Internet Protocol, but VoMP is designed for the variable and unstable conditions of wireless mesh networks. VoMP's session state model and signalling can handle packet loss, mid-call re-routing and re-connection where SIP would fail. VoMP's audio streaming can encapsulate many codecs and even DTMF (dialpad button) signalling.

  • Rhizome is a content storage and distribution service implemented using SQLite and a content-exchange protocol based on MDP. It can be used to disseminate content like images, videos, documents, software upgrades, etc. Each piece of content in Rhizome is called a “bundle”, which has two parts: a manifest that describes the content, and the payload, which is the content itself. Each bundle has its own unique cryptographic identifier that allows any recipient to verify that it has not been tampered with. A bundle's payload may be encrypted by the author so that only the designated recipient can read it.

  • The MeshMS messaging service sends short text messages using Rhizome as its transport. Each message thread is stored and carried in a pair of journal bundles, one for each direction (ply).

  • Serval Infrastructure services may optionally be deployed on any devices in the mesh to expose external services to mesh subscribers and vice versa (eg, VoIP gateways, SMS satellite links, packetised web), and to overcome scalability limitations of a perfectly decentralised mesh (eg, central telephone directory). Serval Infrastructure is implemented as a daemon with its own executable called directory_service.

Copyright and licensing

Serval DNA is free software produced by the Serval Project and many contributors. Its source code is licensed to the public under the GNU General Public License version 2. Its technical documentation is licensed to the public under the Creative Commons Attribution 4.0 International licence. All source code and technical documentation is freely available from the Serval Project's serval-dna Git repository on GitHub.

The copyright in most of the source code in Serval DNA is held by Serval Project Inc., a not-for-profit association incorporated in the state of South Australia in the Commonwealth of Australia for the purpose of developing the Serval mesh software. The COPYRIGHT file contains a full list of all those who hold copyright in portions of the Serval DNA source code.

The Serval Project will accept contributions for which copyright has been assigned to Serval Project Inc., or which are licensed to either Serval Project Inc. or to the public on terms that allow the Serval Project to freely redistribute and re-license the code under non-restrictive terms, for example, to release Serval DNA as part of a product distributed through the Apple app store.

Individual developers may assign copyright in their contributions by signing the Serval Project Developer Agreement - Individual, and organisations by signing the Serval Project Developer Agreement - Entity.


Copyright 2015 Serval Project Inc.
Copyright 2016-2017 Flinders University
CC-BY-4.0 This document is available under the Creative Commons Attribution 4.0 International licence.

More Repositories

1

batphone

The Serval Mesh app for Android. EXPERIMENTAL SOFTWARE.
C
398
star
2

serval_chat

Java
33
star
3

foss-comms-tower

Free and open-source collapsible, air-line compliant communications tower
25
star
4

ServalMaps

Mapping Services Code for the Serval Project
Java
23
star
5

batman

Fork of batman 0.3.2
C
11
star
6

mesh-extender-builder

Creates firmware and file system images for easy building of Serval Mesh Extenders
Shell
10
star
7

openwrt-packages

Feed that adds Serval components to the OpenWRT build system
Makefile
8
star
8

serval-tools

Various tools that the Serval Project uses to develop its software.
Python
8
star
9

serval-docs

Documents generated by the Serval Project such as research papers that are not a natural fit for Wiki, Markdown or blog posts.
Shell
8
star
10

serval-mesh-sampler

Sample code on how to use the Serval Mesh APIs
Java
4
star
11

flash-rfd900

Stand-alone utility for replacing firmware in RFD900 radios without requiring python
C
4
star
12

ServalMapsUtils

A small number of utility applications for working with data related to Serval Maps
Java
4
star
13

olsr

Work on relaying messages for servald
C
3
star
14

num2sip

Python
3
star
15

app_servaldna

Asterisk module to resolve DIDs via Serval DNA
C
3
star
16

MeshMSGateway

Java
3
star
17

sensor-logger

Collect sensor data from phones and upload to a Serval Rhizome repository.
Java
3
star
18

serval-message-relay

Simple MeshMS to SMS relay for Serval Mesh
Shell
3
star
19

ServalMapsDataMan

Data manipulation application for use with the Serval Maps application
Java
2
star
20

mesh-extender-documentation

Documentation for the Serval Mesh Extender devices
2
star
21

lapcat

Desktop/laptop Serval client and node software
Python
2
star
22

serval-maps-bridge-template

A template application that bridges Serval Maps with another website / service
Java
1
star
23

lbard

Low-bandwidth Asynchronous Rhizome Demonstrator
C
1
star
24

succinct

C
1
star
25

succinct-web

JavaScript
1
star
26

serval-herbert

Explore the use of an IOIO board to facilitate making phone calls
Java
1
star
27

dragino

Mirror of http://svn.dragino.com with patches for building servald
Lua
1
star
28

serval-auto-shutdown

Automatically shutdown an Android based phone after a specified time period and optional alert
Java
1
star
29

serval-maps-bridge-fist

An application to bridge Serval Maps with the FIST portal from Kestrel Technology Group
Java
1
star