| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| src | 2010-06-07 | ||
| bin | 2010-06-07 | ||
| README.txt | 2010-06-07 | 948 Bytes | |
| Totals: 3 Items | 948 Bytes | 0 | |
Anturi Tag4M API (.NET Framework 3.5 Version) ============================================= Anturi Technology has developed an API for Tag4M, a WiFi device for sensing and monitoring any kind of parameter (humidity, temperature, pressure, etc.). This API allows to developers to get data that are being collected by Tag4M tags easily. The most important classes are Tag4MServer and Tag4M: - Tag4MServer implements a server to communicate with Tag4M tags. The server stores a Tag4M object list so the user can access to it through the GetTag and TagsArray methods. Then to get new data, you can make a poll on this list with a period to check for new data or you also can use the Tag4MUpdated event. - Tag4M stores incoming sensors data and acts as an interface to send commands to tags. This library was built under .NET Framework 3.5, so all you need to do to use it is add a reference to your .NET Framework 3.5 project.