Hi there,
who is using the LoggerNet Server SDK now?I have successfully setup a new connection of IPPort with corascript,but how to set the IP address?
There is only one part in the help document related to this,as follows:
format := "{" { address-pair } "}".
address-pair := "{" pakbus-address internet-address "}".
pakbus-address := uint2. ; 0 < pakbus-address < 4095
internet-address := (dns-address | ip-address) [ ":" tcp-port ].
How to use it ?who can give me an example.
like:set-device-setting TestIPPort 115 {1 201.100.100.100:6785}
Thanks a lot.