Difference between revisions of "How to develop a new Protocol"
From AGILE IoT Wiki
m (Add "Work in Progress" icon) |
|||
Line 1: | Line 1: | ||
+ | [[File:Work-in-progress.png|50px]] | ||
+ | |||
# Create a repo with agile-<yourprotocolname> | # Create a repo with agile-<yourprotocolname> | ||
# Implement the protocol API (obviously, you can base this on existing protocol implementations) | # Implement the protocol API (obviously, you can base this on existing protocol implementations) |
Revision as of 10:32, 3 May 2017
- 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.