How to develop a new Protocol
From AGILE IoT Wiki
- crate a repo with agile-<yourprotocolname>
- implement the protocol API (obviously, you can base this on existing protocol implementations)
- add the .travis template
- have the travis CI + DockerHub integration enabled
- test it in agile-stack (branch agile stack; add your new container to it; test)
- make a pull request.