sv-live-map
sv-live-map copied to clipboard
Adding simple rest server to read and write ram data
Initial setup for reading and writing ram data through rest api. The actual call to "poke" has not been handled yet.
Thoughts were to add a rest api to enable other sources, like maybe a chat bot, or automation app to edit tera den on the fly. Maybe by "knowing" when it is safe to do so, but its that applications responsibility.
NOTE: when my ide downloaded bytechomp==0.2.0 it did not come with serialization for some reason. Had to copy source files into bytechomp to get that to work.... not sure why