Closed njh closed 7 years ago
Verified that node-owfs works with both IPv4 and IPv6.
This didn't seem to be doing anything:
var socket = new net.Socket({
type: 'tcp4'
});
owserver only seems to listen on a single port family. For example this will only listen on IPv4:
####################### OWSERVER ########################
server: port = 4304
(tested using owfs version 2.8p15-1)
owserver seem to bind to
::1
by default sometimes