Skip to content

Instantly share code, notes, and snippets.

View martinobettucci's full-sized avatar
🦆
I may be slow to respond.

Martino Bettucci martinobettucci

🦆
I may be slow to respond.
View GitHub Profile
@martinobettucci
martinobettucci / hidProxy.py
Created November 7, 2021 23:41 — forked from btchip/hidProxy.py
Minimalistic Python implementation of Ledger Live HID proxy
from ledgerblue.comm import getDongle, CommException
import asyncio
import websockets
import json
import binascii
dongle = None
async def hidProxy(websocket, path):
global dongle