|
Data Flow
A simplified model of
the data flow is presented in the following picture, and software
developpers can choose to hook in diiferent points into the
flow.
The first layer is the
radio transport layer, and is implemeted in our products, so will
skip this level. The second level is the raw packet level, where
data is encapsulated in text packets, avalable on two types of
interfaces, serial port (COMs) or Ethernet UDP/IP. Next level is the
text level which is test description of the mesurements and a
timestamp.
Example code is provided
for decoding the data into text mesages from a serial COM, and for
UDP/IP conection a lightweight server is awailable
as C examplecode (linux) to be used for web services
or database servers. This server will listen on a dedicated
port and will decode the packets into text mesages on a
terminal.
we are happy to answer
to all your questions by email, as quick as we can.
|