https://github.com/bugbiteme/rt2600ac-py
https://github.com/bugbiteme/rt2600ac-py
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bugbiteme/rt2600ac-py
- Owner: bugbiteme
- License: mit
- Created: 2020-09-06T17:33:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-07T18:13:28.000Z (over 5 years ago)
- Last Synced: 2025-01-31T12:36:13.264Z (over 1 year ago)
- Language: Python
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.rst
- License: LICENSE.txt
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
# rt2600ac-py
Python sandbox for Synology RT2600ac router
Utilizes the synology-srm python wrapper
- https://pypi.org/project/synology-srm/
As of now:
- List all the available API endpoints
- List certificate
- Get all the hosts, but filter for one specfic known host
- Test mannually passing in an api endpoint request
Using the -v and -vv flags will show you the actual URL being called
usage: main.py [-h] [--version] [-v] [-vv]
Just a demonstration of the Synology Router API wrapper
optional arguments:
-h, --help show this help message and exit
--version show program's version number and exit
-v, --verbose set loglevel to INFO
-vv, --very-verbose set loglevel to DEBUG
Note: update username and password with your own!