This Forum Beta is ONLY for registered owners of D-Link products in the USA for which we have created boards at this time.
Coincidentally I applied the same approach. You can download the source code (JavaScript + Node.js) here: https://github.com/bikerp/dsp-w215-hnapFrom Synology packages install Node.jscopy the app to desired folderconnect to Synology using Putty or similar appIn order to run the application as a background process I use NodeJS module "forever"Cheers
<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <Login xmlns="http://purenetworks.com/HNAP1/"> <Action>request</Action> <Username>admin</Username> <LoginPassword/> <Captcha/> </Login> </soap:Body></soap:Envelope>