Difference between revisions of "How to develop a new Protocol"
From AGILE IoT Wiki
(Created page with "# crate a repo with agile-<yourprotocolname> # implement the protocol API (obviously, you can base this on existing protocol implementations) # add the .travis template # have...") |
|||
Line 1: | Line 1: | ||
− | # | + | # 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. |
Revision as of 10:59, 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.