indepth666 / py3rcon

Python3 Battleye rcon library
Other
11 stars 7 forks source link

py3rcon web interface #17

Open ole1986 opened 7 years ago

ole1986 commented 7 years ago

Just had the idea to provide a web interface (on a custom port, like http://*:10020) to make this tool also available from mobile/desktop.

indepth666 commented 7 years ago

It would be very nice. it would also fix the problem of having a maximum of X clients on the rcon port.

What would be the best technology to implement that? I am not in web dev

Le 12 déc. 2016 1:42 PM, "ole" notifications@github.com a écrit :

Just had the idea to provide a web interface (on a custom port, like http://*:10020) to make this tool also available from mobile/desktop.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/indepth666/py3rcon/issues/17, or mute the thread https://github.com/notifications/unsubscribe-auth/AC_jedkg-8kg5TKpYSFpewD4SCmvc8Tuks5rHZWrgaJpZM4LK4f9 .

ole1986 commented 7 years ago

I'm also not very familiar with python Web. But would want to to have a Web server from scratch and put action as URL route into the server.

I started using http.server by overwriting the SimpleHTTPRequestHandler and putting some actions into it.

Pretty static Web calls.. Or should we do it more advanced?! ( like Ajax)?

ole1986 commented 7 years ago

@indepth666 opinions on the below?

https://github.com/indepth666/py3rcon/tree/webserver#webserver

indepth666 commented 7 years ago

I am 100% for this feature but I am too busy at work to be of any help.

It will help with big server where there is a lot of administraton because bec protocol have a limit of concurrent connection