All required files for DLN-series adapters installation and operation in Linux can be found and downloaded from the Downloads section of the www.dlnware.com web site.
For server manipulation you can use dln_srv_script
, which you can find at linux_setup
folder. Make it executable
sudo cp dln_srv_script /usr/local/bin cd /usr/local/bin chmod +x dln_srv_script
Now you can use the following commands at terminal to start, stop or restart dln_srv
service:
dln_srv_script start dln_srv_script stop dln_srv_script restart