Class | Description |
---|---|
AutonomousMode |
AutonomousMode: class who implements the autonomous working mode.
|
AutonomousRule |
AutonomousRule: this class implements a rule for a specific server, when it's working in autonomous mode.
|
Communication |
Communication: this class implements the communications methods.
|
Constants |
Constants: class with all constants for all the methods
|
Device |
This class implement the values of a device
|
GetTempTask | |
I2CDisplay |
I2CDisplay: This class is based in
Java interface to the "Adafruit 0.54 inch Alphanumeric FeatherWing Display".
|
InputOutput |
InputOutput: this class implement some of the specific methods of the Raspberry Pi Hardware
|
Peripheral |
Peripheral: this class implement a logic peripheral connected to the Raspberry server
|
PiServer |
PiServer: this class implements a the server running on a Raspberry.
|
Processing |
Processing: class who implements methods for do some process.
|
Processor |
Processor: this class implements a logic component on the network.
|
Raspberry |
Raspberry: This class implements the hardware devices used in the server.
|
Request |
Request: This class implements a server request
|
Response |
Response: This class implements a server response.
|
Server |
Server: Class who represent the logic part of a Raspberry Pi working as server
|
ServerStatus |
ServerStatus: this class extends the Server with the parameters necessary to operate in
autonomous mode.
|
Status |
Status: class who represent the status global of the system.
|
Utilities |
Enum | Description |
---|---|
Constants.CONNECTION_ERROR |
Enumerator with the connection errors
|
I2CDisplay.HT16K33 |
enum HT16K33 defines the commanding and parameter options for the HOLTEK
HT16K33 chip.
|