The Product > Libraries
Free Libraries
Most projects include large portions of repetitive code. Drop these useful libraries into your project, make simple adjustments, and you've got large chunks of standard functionality implemented. Libraries come with TIDE.
| |
STG (Settings) Library
Offers a persistent, convenient storage for device settings. All you have to do is list all desired settings in a descriptor file included in your project. Your code will be able to store and retrieve setting values by name.
Documentation |
|
DHCP Library
Implements a DHCP client on both Ethernet and Wi-Fi interfaces. Event-based, non-blocking -- quietly runs in the background and takes a minimal amount of CPU time.
Documentation |
| |
PPPOE Library
Implements PPPoE, LCP, and all other protocols required for dialing ADSL modems and establishing an Internet connection in one simple function call.
Documentation |
|
WLN (Wi-Fi Association) Library
Implements WPA1-PSK and WPA2-PSK security, provides persistent association with a wireless access point; facilitates roaming between access points.
Documentation |
| |
SOCK Library
Automates socket number assignment. Your code can get an unused socket, use it, then release it into a pool of free sockets.
Documentation |
|
FILENUM Library
Automates file number assignment. Your code can get an unused file number, work with the file "on" this number, then release the file number into a pool of free file numbers.
Documentation |