Chris Muench
Chris Muench
Sorry, my bad. The fix for this is in the PR waiting for approval for quite some time. If you look into my branch CM-NodeSetValidator2, you can see that there...
it does for 2 ports but since Unifi Network 9.1 (which admittable is still in Release Candidate) any Port of the UDM Pro can be made into a WAN port...
Possibly, I am trying to validate this right now. They have a lot of new WAN stuff in their device status that is cool.
I get a similar error when I publish from VS directly. This worked before I upgraded VS to 17.10.1 Publish has encountered an error. Running the docker.exe tag command failed....
After debugging the "NetworkInterface.cs" sets the DHCP again although it is already set. ``` /// /// Enables the Dynamic Host Configuration Protocol (DHCP) for service with this network interface. ///...
The issue with the WebSockets I reported in Discord still exists. I will file another issue on that shortly.
ESP32 completely hangs if a WebSocket Server shutdown while a NF based WebSocket client was attached
after digging deeper it looks like this function never excepts or returns if the server is gone: ``` [MethodImpl(MethodImplOptions.InternalCall)] public static extern int send(object socket, byte[] buf, int offset, int...
ESP32 completely hangs if a WebSocket Server shutdown while a NF based WebSocket client was attached
> This is probably a global problem with the WebSocket implementation, since I also have the same problem with the MQTT protocol and connection breaks. I actually think the problem...
I have tested this with other free Modbus testing tools like: https://www.modbustester.com/#download they do accept higher IDs. On the desktop I am using https://github.com/NModbus/NModbus and it does not do any...
It is correct that 248-255 are "reserved purposes". Some devices use Addresses 248-254 for commissioning "reserved" purposes. The problem is that the nf modbus library does not allow any access...