Comment by ๐Ÿš€ asdf

Re: "Python NEX server"

In: s/nex

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?

๐Ÿš€ asdf

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

๐ŸŒ’ s/nex

๐Ÿ–ฅ๏ธ mrrobinhood5:

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

๐Ÿ’ฌ 3 comments ยท 3 likes ยท 2024-09-19 ยท 2 years ago