Skip to content

Commit

Permalink
Added little reference to CoAP in the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Oct 15, 2013
1 parent aa292c9 commit d688c35
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -41,7 +42,8 @@ $ ./bin/ponte --help
-h, --help output usage information
-V, --version output the version number
-m, --mqtt-port <n> the mqtt port to listen to
-p, --http-port <n> the hqtt port to listen to
-p, --http-port <n> the http port to listen to
-a, --coap-port <n> the coap port to listen to
-d, --db <path> the path were to store the database
-c, --config <c> the config file to use (override every other
option)
Expand Down Expand Up @@ -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!
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit d688c35

Please sign in to comment.