Skip to content

Instantly share code, notes, and snippets.

@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