Skip to content

Instantly share code, notes, and snippets.

Avatar

Carl Karsten CarlFK

  • Click to edit
  • Chicago
View GitHub Profile
View gist:e1ea386053ec25b612270b9aa2737a07
carl@twist:~/src/evezor/Edge_Boards/poc$ git remote -v
carlfk git@github.com:CarlFK/Edge_Boards.git (fetch)
carlfk git@github.com:CarlFK/Edge_Boards.git (push)
origin git@github.com:evezor/Edge_Boards.git (fetch)
origin git@github.com:evezor/Edge_Boards.git (push)
carl@twist:~/src/evezor/Edge_Boards/poc$ git branch
feature/glossary
master
* poc/v1
@CarlFK
CarlFK / hmb.py
Created October 21, 2019 22:44
httm to mmqt bridge
View hmb.py
import json
import os
from http.server import HTTPServer, BaseHTTPRequestHandler
from pprint import pprint
class web_server(BaseHTTPRequestHandler):
def do_POST(self):