Automated JSON API based communication with Samsung SyncThru Web Service
Project description
# PySyncThru - a very basic python SyncThru bridge
A package that connects to a Samsung printer in the local network that makes use of the SyncThru web service and provides data that is provided via the JSON API of the device. It is able to read the system, toner and tray status and provides method wrappers to access them.
The package supports the following data provided by the printers:
Device / System status Drum / Toner status Model name Tray status
Sadly it seems like there is no official API, so fixes are welcome and likely needed!
## Usage
`python from pysyncthru import SyncThru syncthru = SyncThru('192.168.1.14') # Get the devices status syncthru.deviceStatus() # Update the data syncthru.update() `
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for PySyncThru-0.1.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 704db28149df4d50244972da77b0cee8c90165fadbb9bbb340d8803ac51e3fc0 |
|
MD5 | fce0ac56569a714e4594068a223d4861 |
|
BLAKE2b-256 | 657f92c8ad662d8e65d7a6e0ffc9a2d05ea0df9a69d9232b79ae525a2b45e410 |