-
Notifications
You must be signed in to change notification settings - Fork 7
Part 2. Using the Hub
David Sulpy edited this page Nov 19, 2015
·
4 revisions
Remember, the hub is a way for us to relay data transmitted on a private network securely to the Internet - we have to actually send data to it for it to send the data anywhere else!
This is possible in any language from any internet-connected device so long as you can construct a basic HTTP POST and open a TCP connection.
<< Part 1. Initialize & Run the Server - Part 2. Basic HTTP POST >>