How to develop a new Protocol
From AGILE IoT Wiki
- Create 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.