Skip to content

Instantly share code, notes, and snippets.

@ktkaushik
Created November 19, 2012 10:50
Show Gist options
  • Select an option

  • Save ktkaushik/4110078 to your computer and use it in GitHub Desktop.

Select an option

Save ktkaushik/4110078 to your computer and use it in GitHub Desktop.
curl for Faye
curl http://your_domain_com_and_port_no/faye -d 'message={"channel":"your/channel/here", "data":["latitude_here","longitude_here"]}'
#ex:
curl http://ws.192.168.2.4.xip.io:9292/faye -d 'message={"channel":"/devices/location/coordinates/b8de8b239eafb3f7", "data":["52.38021","4.895679"]}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment