Python NEX server

https://github.com/mrrobinhood5/py-nexd

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

Posted in: s/nex

🖥️ mrrobinhood5

2024-09-19 · 2 years ago · 👍 skyjake, BBSman, johano

3 Comments ↓

🚀 asdf · 2025-01-30 at 10:28:

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?

🖥️ 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.