Download Latest Version AnturiTag4MAPI_src.zip (12.7 kB)
Email in envelope

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

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