NZSmartie / CoAP.Net

Constrained Applciaiton Protocol (CoAP) [RFC7252] for .Net Standard
https://nzsmartie.co.nz/CoAP.Net/
Apache License 2.0
34 stars 11 forks source link

Added support for dual mode socket (IPv4 and IPv6) at the same time. #15

Closed Lybecker closed 6 years ago

Lybecker commented 6 years ago

See how to solve it here: http://www.lybecker.com/blog/2018/08/23/supporting-ipv4-and-ipv6-dual-mode-network-with-one-socket/

A solution for issue #14

It does not include test coverage, as the BCL does not offer any way of iterating open ports. Thought about creating simple integration test. Thoughts?