https://github.com/dfrankland/node-find-synology
Use find.synology.com's APIs for finding your local Synology NASs
https://github.com/dfrankland/node-find-synology
synology synology-nas
Last synced: 4 months ago
JSON representation
Use find.synology.com's APIs for finding your local Synology NASs
- Host: GitHub
- URL: https://github.com/dfrankland/node-find-synology
- Owner: dfrankland
- License: mit
- Created: 2020-05-16T22:06:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-18T01:59:45.000Z (over 5 years ago)
- Last Synced: 2025-06-07T17:46:08.601Z (4 months ago)
- Topics: synology, synology-nas
- Language: JavaScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-find-synology
Use 's APIs for finding your local Synology NASs.
## Testing
Try out `npm t` on your local network to see if it works. Example output:
```text
Devices: [
{
configured: '1',
dns: '1.1.1.1',
disk_model: '',
build: '24922',
unique: 'synology_apollolake_718+',
method: 'dhcp',
mask: '255.255.255.0',
model: 'DS718+',
smallfixnumber: '4',
host: 'Magneton',
ip: '192.168.0.103',
pingok: 'false',
sn: 'XXXXXXXXXX',
admin_http: '5000',
disk_version: '',
supportwebinst: 'true',
gateway: '192.168.0.1',
version: '6.2',
admin_https: '5001',
junior: 'false',
mac: 'XX:XX:XX:XX:XX:XX'
},
{
configured: '1',
dns: '1.1.1.1',
disk_model: '',
build: '24922',
unique: 'synology_apollolake_718+',
method: 'dhcp',
mask: '255.255.255.0',
model: 'DS718+',
smallfixnumber: '4',
host: 'Magneton',
ip: '192.168.0.105',
pingok: 'false',
sn: 'XXXXXXXXXX',
admin_http: '5000',
disk_version: '',
supportwebinst: 'true',
gateway: '192.168.0.1',
version: '6.2',
admin_https: '5001',
junior: 'false',
mac: 'XX:XX:XX:XX:XX:XX'
}
]
```