Skip to content

Build SensorMesh network with IPFS private swarms with a distributed database between nodes.

License

Notifications You must be signed in to change notification settings

davidjosearaujo/sensor-mesh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SensorMesh

Go GitHub tag (latest SemVer pre-release)

SensorMesh allows you to direct output from serial devices and internal services into a distributed peer-to-peer database on IPFS.

SensorMesh is built as a layer of abstraction and service compatibility for OrbitDB. It is built in Go and uses the go-orbit-db module developed by the folks at Berty. Check all these awesome projects out!

Imagine a factory floor with multiple independent nodes, each with its sensors and services. With SensorMesh, each node is capable of publishing its data to a distributed P2P log database, accessible from any node at any time and with a loss of connection awareness between nodes.

Table of Contents

Install

To install SensorMesh, simply download the latest binary which can be found at Releases.

Or do it from the terminal by running the following command.

curl https://github.com/davidjosearaujo/sensor-mesh/blob/main/install.sh && \
chmod +x install.sh && \
sudo ./install.sh

You should now be able to call sensormesh from any terminal session!

$ sensormesh
Usage:
  sensormesh [command]

Available Commands:
  channel     Channel is a palette that contains MQTT addion based commands
  completion  Generate the autocompletion script for the specified shell
  config      Config allows you to see your configurations and edit them
  daemon      Run a OrbitDB sensor logger
  help        Help about any command
  init        Initialize local SensorMesh configuration
  sensor      Sensor is a palette that contains sensor based commands

Flags:
  -h, --help   help for sensormesh

Use "sensormesh [command] --help" for more information about a command.

GLIBC error

If you run into problems regarding GLIBC, such as:

sensormesh: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_x.xx' not found (required by sensormesh)
sensormesh: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_x.xx' not found (required by sensormesh)

don't worry, you'll just have to compile SensorMesh yourself, for that, follow the instructions in the Build section to see how.

Build

If you prefer to compile SensorMesh yourself or you ran into GLIBC errors, run the following command.

git clone https://github.com/davidjosearaujo/sensor-mesh.git && \
cd sensor-mesh && \
chmod +x ./build.sh && \
./build.sh

The build script will request sudo access to move the generated binary to /usr/local/bin which should already be in your PATH env variable. If you choose not to provide sudo access, the binary will remain in the current directory.

Configurations

TD

Usage

TD

Future Work

  • [] Optimize logging. Enable the user to choose between logging into a file or just print to console.

About

Build SensorMesh network with IPFS private swarms with a distributed database between nodes.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published