Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Java | 2010-08-06 | ||
dotNET | 2010-06-11 | ||
README.txt | 2010-08-05 | 1.1 kB | |
Totals: 3 Items | 1.1 kB | 0 |
Anturi Tag4M API ================ 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 GetTagsArray (TagsArray property in .NET version) 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 (.NET version) or create a class that implements the Observer interface (Java version). - Tag4M stores incoming sensors data and acts as an interface to send commands to tags. This library was built under .NET Framework 3.5 and Java 1.6, so all you need to do to use it is add a reference to your proyect (AnturiTag4MAPI.dll for .NET or AnturiTag4MAPI.jar for Java).