roberto-alexis / wifipairing

Example of CloudPrinter Wifi Pairing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wifi Pairing Demo

Please use this as an example on how to encrypt and decrypt the HTTP commands to control Wifi Cloud Printers.

Usage

  1. Connect to the printer's Wi-Fi
  2. Run the command as follows:
./gradlew run --args $'YOUR-PRINTER-ENDPOINT YOUR-ENCRYPTION-KEY \'YOUR-COMMAND\''
  1. Replace the YOUR-PRINTER-ENDPOINT, YOUR-ENCRYPTION-KEY and YOUR-COMMAND with the corresponding data
  2. If the command is successful, this program will show decrypted response in the console.
  3. If you are not connected to the right Wi-Fi, this program will eventually time out.

About

Example of CloudPrinter Wifi Pairing

License:Apache License 2.0


Languages

Language:Java 82.9%Language:Kotlin 17.1%