Synology SRM API
Project description
Synology SRM API
Python 3 library to use the Synology SRM (Synology Router Manager) API. This is NOT the same thing as Synology DSM (DiskStation Manager).
This library should work with the following devices.
- RT1900ac
- RT2600ac
It's not possible to create another account in SRM with admin permissions. You'll need to use your
admin
account (or the one you renamed at creation).
Usage
import synology_srm client = synology_srm.Client( host='192.168.1.254', port=8001, https=True username='admin', password='FZan7xw7eh3z9Zzj', )
You can now access all different namespaces from the API. The only namespace available currently is mesh
with the following method.
devices = client.mesh.network_wifidevice() for device in devices: print("Found device {} with MAC address {}".format( device['hostname'], device['mac'] ))
HTTPS auto-signed certificate
You can disable the HTTPS certificate verification if you are using a self-signed certificate.
client.http.disable_https_verify()
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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size synology_srm-0.0.3-py2.py3-none-any.whl (6.0 kB) | File type Wheel | Python version py2.py3 | Upload date | Hashes View |
Filename, size synology-srm-0.0.3.tar.gz (5.2 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for synology_srm-0.0.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 21cdc5d3734e0f4ba63889291fa32cfd8760d571a6ebb3d5affe9fd39d5780d1 |
|
MD5 | 092e83ad443c4d3662e0caaef52d5618 |
|
BLAKE2-256 | baa7f7d50c4df4b5a08f192dce01386a494de4af03ab731b4f23c370cb0f3b47 |