System Overview
Azande System Main Components
- Azande Studio is the communication hub of the Azande System
- Open Source Target Libraries: Arduino Library and Embedded C Library
- Azande Protocol: Defines all communication between Target and Azande Studio
Topology
There are two types of nodes in the communication system:
- Target
- Azande Studio
System Overview
System Components
Topology chart
Data directions
Data can be sent, in both directions, between Azande Studio and a Target.
Feature Commands are implemented on Target and is sent from Azande Studio to Target
Feature Events are implemented on Target and are sent from Target to Azande Studio
Single source to your Target interface
All application specific configuration is implemented inside your target.
- Just edit your target.
- Restart target.
- Click reload in Azande Studio.
- Azande studio will now fetch all available features from your Target.
Now you will have access to all new features