From d688c35428c93832cdbac824af64989a8a9809e0 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Tue, 15 Oct 2013 10:01:52 +0200 Subject: [PATCH] Added little reference to CoAP in the README. --- README.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d22490e..6ba6468 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,9 @@ $ npm install ponte bunyan -g $ ponte -v | bunyan ``` -Then you can connect to it with your preferred [MQTT](http://mqtt.org) -client. +Then you can connect to it with your preferred [MQTT](http://mqtt.org), +[CoAP](https://datatracker.ietf.org/doc/draft-ietf-core-coap/) or +[HTTP](http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol) client. ### Command Line Options @@ -41,7 +42,8 @@ $ ./bin/ponte --help -h, --help output usage information -V, --version output the version number -m, --mqtt-port the mqtt port to listen to - -p, --http-port the hqtt port to listen to + -p, --http-port the http port to listen to + -a, --coap-port the coap port to listen to -d, --db the path were to store the database -c, --config the config file to use (override every other option) @@ -88,6 +90,14 @@ $ curl http://localhost:3000/topics/hello-from-mqtt world ``` +### Publishing from CoAP to MQTT + +TO BE DONE! + +### Publishing MQTT to CoAP + +TO BE DONE! + ## Configuration TO BE DONE! @@ -136,7 +146,7 @@ months: * [ ] Document configuration options. * [ ] Add WebSocket and Server-Sent Events support. * [ ] Add a Web App for reading and writing. -* [ ] Add CoAP support. +* [x] Add CoAP support. * [ ] Standalone persistence layer. Any help is very welcome, so feel free to submit a pull-request.