Rewrite devkit service in python.
Compare changes
+ 239
− 252
@@ -35,188 +33,261 @@ import subprocess
@@ -224,190 +295,106 @@ class DevkitHandler(BaseHTTPRequestHandler):
Uses avahi, http basicserver, etc. to quickly implement all the features the C based code does.
Only bit missing is command-line arguments, will add that while this is getting reviewed.