forked from blawson/PachubeArduino
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
14 lines (7 loc) · 748 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Arduino Cosm Library
This library will make setting up and connecting your Arduino device to Cosm a much easier exercise.
You are required to include the Ethernet library in your Arduino Sketch for the Cosm client to compile correctly.
-- Examples
In the examples directory you will see some Arduino sketch code for setting up to connect to Cosm. You can connect via DHCP, or by specifying a static IP, or by providing gatway and DNS info if you need to route your updates more precisely.
I have tested the code for DHCP configuration, but don't have the setup at the moment to properly test the gateway code. If you find bugs please let me know and I will try and update the code quickly.
Thanks for checking the library out, good luck!