octoblu / meshblu

Meshblu is a cross-protocol IoT machine-to-machine messaging system.
https://meshblu.readme.io/
MIT License
815 stars 182 forks source link

API calls in skynet reference #27

Closed minlite closed 10 years ago

minlite commented 10 years ago

The only reference available currently on the skynet api reference is the api calls and their functions.

There should be some sort of step by step guide to api calls in the reference page to ease the understanding.

For instance something like this would be good:

  1. Make a call to status to make sure the server is online.
  2. Register your device on skynet using the devices call.
  3. Listen on skynet messages using the subscribe call.
  4. Send a message to the device using the messages call.
octoblu commented 10 years ago

Great suggestion. We have many example reference apps available at https://github.com/skynetim/examples but it would be nice to beef up our web page with better examples.

octoblu commented 10 years ago

I added a new example section to the site with REST, NodeJS, and Skynet.JS examples - http://skynet.im/#examples