Download Latest Version AnturiTag4MAPIv2.jar (20.0 kB)
Email in envelope

Get an email when there's a new version of Anturi Tag4M

Name Modified Size InfoDownloads / Week
Parent folder
AnturiTag4MAPI.dll 2010-06-11 15.4 kB
Totals: 1 Item   15.4 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). 
Source: README.txt, updated 2010-08-05