I have now and it works. I had the idea that it had something to do with codesyscontrol.cfg, but where can I find a description of all the things you can set in codesyscontrol.cfg and its syntax?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have done:
systemctl stop dhcpcd
sudo ip addr flush dev eth0
sudo ip link set eth0 up
but a call to SysSockSetIpAddressAndNetMask does not give the eth0 an IP address
Why?
have u turned on the Ip-Setter in codesyscontrol.cfg?
[SysSocket]
Adapter.0.Name="eth0"
Adapter.0.EnableSetIpAndMask=1
I have now and it works. I had the idea that it had something to do with codesyscontrol.cfg, but where can I find a description of all the things you can set in codesyscontrol.cfg and its syntax?