Skip to content

Instantly share code, notes, and snippets.

View scottpidzarko's full-sized avatar

Scott Pidzarko scottpidzarko

  • ClearAlan Inc.
  • Edmonton, AB
  • 19:33 (UTC -06:00)
View GitHub Profile
@anpin
anpin / .gitlab-ci.yml
Created August 18, 2021 10:12 — forked from ashalkhakov/.gitlab-ci.yml
Running .NET 3.5 CF builds under Docker for Windows
# this is the GitLab-CI file for building the image
variables:
CURRENT_IMAGE_TAG: rfid-applied/netcf35_build_environment:dev
stages:
- dockerize
dockerize:
stage: dockerize
script:
@ca0abinary
ca0abinary / mptz-protocol-re.md
Created August 12, 2022 13:00
Polycom MPTZ Serial Connection Reverse Engineering Notes

Polycom Eagle Eye Protocol RE

MPTZ-6

Serial connection at 9600 8-E-1

Device issues e0 until initialized with 81 40. Initialization code can be sent at any time.

import serial