secure_control_protocol 0.0.2 copy "secure_control_protocol: ^0.0.2" to clipboard
secure_control_protocol: ^0.0.2 copied to clipboard

outdated

Dart client library for secure-control-protocol devices (see https://github.com/HouseOS/secure-control-protocol)

Secure Control Protocol Client Library written in Dart

To only discovers devices:

dart ./bin/scp_client discover -i <IP address from the to be scanned subnet> -m <Subnet Mask in Prefix notation>

To discover devices and afterwards provision them:

dart ./bin/scp_client provision -i <IP address from the to be scanned subnet> -m <Subnet Mask in Prefix notation> -s <SSID of target Wifi> -p <Password of target Wifi> -j

Parameter Description
i IP address from the to be scanned subnet
m Subnet Mask in Prefix notation
s SSID of target Wifi
p Password of target Wifi
j Create JSON file containing all provisioned devices for further use
1
likes
0
pub points
45%
popularity

Publisher

unverified uploader

Dart client library for secure-control-protocol devices (see https://github.com/HouseOS/secure-control-protocol)

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

args, collection, cryptography, http, test, web3dart

More

Packages that depend on secure_control_protocol