Comment by ๐ asdf
I ran this on raspberry pi and I could connect to it on localhost, but not the Yggdrasil address. Since Yggdrasil uses a deprecated range of IPv6 addresses I thought maybe changing the s.bind(('0.0.0.0', 1900)) line to s.bind(('::', 1900)) would work, but when I ran it it said "socket.gaierror: [Errno -9] Address family for hostname not supported". Do you know how to make IPv6 work?
2025-01-30 ยท 1 year ago
2 Later Comments โ
๐ฅ๏ธ mrrobinhood5 [OP] ยท 2025-02-06 at 13:33:
@asdf no but I'll look into it, hadn't thought about IPv6 support.
๐ฅ๏ธ mrrobinhood5 [OP] ยท 2025-02-10 at 00:19:
@asdf Added IPv6 support on the latest commit.
Original Post
Python NEX server โ Hello guys, since I couldn't find any python libs for nex, I made one for you. Basically just ported m15o's. I'll add more functionality as I need it. kthx