I started a RUST mod to eventually do Chroma RGB lighting. But first, I need to be able to serve HTTP pages with a HttpListener. The current Mono version doesn't let me add the prefix binding or start the HttpListener.
https://github.com/tgraupmann/RustChromaMod/blob/master/oxide/plugins/RustChromaMod.cs
I'd also like the mod to answer HTTP web requests and the page it serves up will control Chroma RGB lighting by showing a recent history of game events to a lighting client.
I tried a few things, like Http server and socket server. For whatever reason it's blocked or MCS can't compile that functionality.
What would it take to upgrade Mono?
Thanks!
https://github.com/tgraupmann/RustChromaMod/blob/master/oxide/plugins/RustChromaMod.cs
I'd also like the mod to answer HTTP web requests and the page it serves up will control Chroma RGB lighting by showing a recent history of game events to a lighting client.
I tried a few things, like Http server and socket server. For whatever reason it's blocked or MCS can't compile that functionality.
What would it take to upgrade Mono?
Thanks!