Skip to content

Instantly share code, notes, and snippets.

View jakecrowley's full-sized avatar

Jake Crowley jakecrowley

  • Maryland, USA
  • 07:30 (UTC -04:00)
View GitHub Profile
@jakecrowley
jakecrowley / blinkpoc.py
Created November 8, 2024 05:14
Blink IMMIS PoC
import subprocess
import threading
from time import sleep, time
import requests
import socket
import ssl
BASE_API_URL = "https://rest-u026.immedia-semi.com"
## REPLACE THESE WITH YOUR OWN VALUES