particle_setup library
Classes
- Command
- Abstract class representing a command that can be sent to the device.
- CommandClient
- Client used to send commands to the device.
- ConfigureAPCommand
- Command to configure a Particle device with details about an access point to connect to.
- ConfigureAPResponse
- Response received after successfully sending a ConfigureAPCommand.
- ConnectAPCommand
- Command to connect a Particle device to an access point previously configured using ConfigureAPCommand.
- ConnectAPResponse
- Response received after successfully sending a ConnectAPCommand.
- Crypto
- Utility class with methods to perform cryptographic operations
- DeviceIdCommand
- Command to get the unique device identifier as a 24-digit hex string.
- DeviceIdResponse
- Response received after successfully sending a DeviceIdCommand.
- ParticleSetup
- Class containing methods to help with setting up device.
- PublicKeyCommand
- Command to get the device's public key.
- PublicKeyResponse
- Response received after successfully sending a PublicKeyCommand.
- Response
- Abstract class representing a response received from the device.
- RSAPublicKeyConverter
- Scan
- ScanAPCommand
- Command to get a list of wi-fi networks visible to the device.
- ScanAPResponse
- Response received after successfully sending a ScanAPCommand.
- SetCommand
- Command to set a key-value pair on the device.
- SetResponse
- Response received after successfully sending a SetCommand.
- SocketFactory
- Factory class to establish socket connections with the device.
- VersionCommand
- Command to get the version of the device.
- VersionResponse
- Response received after successfully sending a VersionCommand.
- WifiSecurity
- Enum containing all of the support Wi-Fi security methods.
- WifiSecurityConverter
- Class to convert a WifiSecurity object to and from JSON.
- WifiSignalStrength