User's Manual
Table Of Contents
- MeshScape™ RK-5424-5 Reference Kit for 2.4 GHz MeshScape Systems User's Guide
- Contents
- About This Guide
- 1: Introduction
- 2: Installing the MeshScape System
- 3: Running MeshScape Network Monitor
- MeshScape Network Monitor Overview
- Configuring a Node’s Operation
- Labeling an End Node or Mesh Node
- Configuring Persistence Attributes
- Selecting a Com Port on the Host PC
- Configuring Serial and ADC Data Formats
- Turning Event Tracking On/Off
- Broadcasting Data to All Nodes.
- Creating an Event Log File
- Viewing the Contents of an Event Log File
- Viewing MeshScape Statistics
- 4: Using the MeshScape API
- A: Running the Demo Application
- B: Using MeshScape Programmer
- Glossary
- Index
4-4 Millennial Net
Using the MeshScape API
– linux - The source code for sample applications to be compiled under Linux:
ListDevices.c: This is a console based application that lists current online devices. For a detailed
look at this example and its code, see
’Example API Code’ on page 4-45.
ReadSerial.c: This is a console based application that reads serial data received from any online
device on the network that has serial interface enabled.
SetSampling.c: This is a console based application that changes the sampling interval of the
online devices.
– windows - The source code for sample applications to be compiled under Windows.
ListDevices.c: This is a console based application that lists current online devices. For a detailed
look at this example and its code, see
’Example API Code’ on page 4-45.
ReadSerial.c: This is a console based application that reads serial data received from any online
device on the network that has serial interface enabled.
SetSampling.c: This is a console based application that changes the sampling interval of the
online devices.
include Directory:
This directory contains the MeshScape API header files required to build any API-based
application under Windows. These header files are documented in this chapter.
lib Directory:
This directory contains the iBeanAPI.lib file required to compile any API-based application
under Windows.
linux Directory:
This directory contains a single compressed tar file that provides the MeshScape API header
files and shared object files required to build an API-based application under Linux.