windelbouwman / lognplot

Plotting and logging of real-time data for desktop.
GNU General Public License v3.0
78 stars 11 forks source link

Support ipv4 / ipv6 everywhere #19

Open windelbouwman opened 4 years ago

windelbouwman commented 4 years ago

There are some issues with mixing ipv4 / ipv6.

Check:

For now ipv4 is used, but it should work seamless.

windelbouwman commented 4 years ago

In python, we can use socket.create_connection

In rust, we can use an ipv6 socket which supports both ipv4 and ipv6.