Skip to content

wallhisg/dps-for-iot

 
 

Repository files navigation

Distributed Publish & Subscribe for IoT

Build Status

Distributed Publish & Subscribe for IoT (DPS) is a new protocol that implements the publish/subscribe (pub/sub) communication pattern.

Devices or applications running the protocol form a dynamic multiply-connected mesh where each node functions as a message router. The protocol is light-weight and amenable to implementation on very small devices such as sensors that primarily publish data. The architecture is well suited for applications that leverage edge computing in combination with cloud-based analytics.

In the application subdirectory there is a simple SConscript that can be used as a template for building your own statically linked DPS C application. Copy the application tree somewhere and add your source and header files to the src and include directories.

To build:

scons -C <dps-root-dir> application=<your-application-dir> bindings=none

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 83.2%
  • Python 12.1%
  • JavaScript 3.5%
  • Shell 0.6%
  • BitBake 0.3%
  • Perl 0.2%
  • C++ 0.1%