You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.
pfisterer edited this page May 9, 2011
·
4 revisions
Overview
The purpose of this module is to enable controlling the behavior of iSense sensor nodes from coalesenses that are attached, e.g. via a serial connection to a PC. The current set of control options is as follows:
Please note that this requires that ISI (IShellInterpreter) functionality is enabled in the iSense firmware.
Mode of operation
Insert the handler on top of an ISensePacketEncoder. Commands are sent to this handler by sending instances of classes downstream that are then transformed to encoded as ISensePacket instances. These then have a specific type and payload. The type is the same for all control packets, only the payload differs per command. For the list of commands, see the individual sections below.