Skip to content

Instantly share code, notes, and snippets.

View Arefu's full-sized avatar
🤔
ERROR_FILE_NOT_FOUND

Johnathon Arefu

🤔
ERROR_FILE_NOT_FOUND
View GitHub Profile
@verticalgrain
verticalgrain / chip-flashing-guide-nov-2018.md
Last active July 12, 2024 17:30
NextThingCo C.H.I.P. Flashing guide as of November, 2018

Below are the steps required to flash a NextThingCo CHIP or PocketCHIP from the command line, as of November 2018. The web flasher no longer works, and there are numerous errors when flashing from the command line, mostly due to broken dependencies. The following method works for flashing a CHIP as of November 2018:

Note: Flashing must be done on Linux. Tested on Ubuntu and Rasparian. Mac OS seems to not work.

  1. Download and unpack the CHIP-SDK.zip from one of the following:
  1. Download and unpack CHIP-tools.zip from one of the following:
@LXGaming
LXGaming / MediaWorks.txt
Last active December 19, 2023 09:35
MediaWorks.nz Information
Icecast:
http://icecast.mediaworks.nz/
http://icecast.mediaworks.nz/status-json.xsl
Radio-API:
https://radio-api.mediaworks.nz/radio-api/v3/stations/
https://radio-api.mediaworks.nz/radio-api/v3/station/[identifier]
https://radio-api.mediaworks.nz/radio-api/v3/station/[identifier]/web
https://radio-api.mediaworks.nz/radio-api/v3/station/[identifier]/[region]/web
@nucular
nucular / omegle.md
Last active June 4, 2024 14:33
Omegle protocol reverse-engineering

Let's reverse-engineer Omegle. PROPERLY!

I could not find a proper, detailed (and up-to-date) reverse-engineerment of Omegle's text chat protocol on the internet, so here, have one made by analyzing the web app (web requests and source code).
The responses are beautified and the query strings split up and URI-decoded for readability.
Note that "query string" refers to parameters encoded into the URL and "form data" to parameters in the POST body which do not have to be URI-encoded.

TODO: