aresch / pyenet

A python wrapper for the ENet library
BSD 3-Clause "New" or "Revised" License
52 stars 30 forks source link

Is it possible to connect pyenet to enet in C++ program? #19

Closed mar4ello6 closed 4 years ago

mar4ello6 commented 4 years ago

I tried to connect pyenet to C++ program's enet server. But pyenet didn't connect. I used test_client.py to connect. (Ofc I changed ip and port)

aresch commented 4 years ago

Yes, it should be possible. If you can't get it to work, there may be a bug in pyenet or your code. You should also make sure you're using the same version of enet in both the Python client and the C++ server.