#
esp
Here are 244 public repositories matching this topic...
The OpenSource Disassembler
linux
esp8266
arm
cplusplus
cross-platform
mips
esp32
reverse-engineering
esp
disassembler
capstone
qt5
ida
ida-pro
dalvik
binary-analysis
espressif
xtensa
dex
idapro
-
Updated
Jun 2, 2020 - C++
The ESP8266 based multi-client lighting gadget
-
Updated
May 30, 2020 - C
probonopd
commented
Aug 12, 2017
http://www.reprap.org/wiki/Firmware_Capabilities_Protocol
M531 filename - Set the filename being printed.
M532 X L - Update current print state progress (X=0..100) and layer L.This allows a host to enable a special information mode on LCD display, so users see progress in percent, model being printed, layer being printed, and total layer count. (Hosts can also u
The ESP8266 based multi-client lighting gadget
-
Updated
Apr 19, 2020 - C
Replaces original Tuya firmware on Beca thermostat with ESP8266 wifi module
-
Updated
May 28, 2020 - C++
Kernel & Boot Loader Management
-
Updated
May 14, 2020 - C
Free open source stream-proof ESP hack for Counter-Strike: Global Offensive, written in modern C++. Rendering and GUI powered by imgui.
windows
internal
json
dll
directx
counter-strike
reverse-engineering
imgui
esp
csgo
game-hacking
cpp17
dll-injection
counter-strike-global-offensive
directx9
csgo-cheat
nlohmann-json
game-hack
csgo-hack
-
Updated
Jun 3, 2020 - C++
Monorepo for all home automation related development, including integrated firmware, PCBs, configuration, and bridges
home-automation
iot
arduino
esp8266
firmware
esp32
esp
pcb
home-assistant
homekit
home-assistant-config
homeassistant
sonoff
hom
-
Updated
May 2, 2020 - Python
iot
arduino
esp8266
nodemcu
awesome
firmware
micropython
esp32
esp
arduino-library
infosec
awesome-list
espressif
esptool
climatology
awesome-lists
devicehive
-
Updated
Feb 1, 2020
Aimbot, ESP(wall hack) and memory hack for AssaultCube
-
Updated
Nov 19, 2019 - C#
Custom Board to control RGB + WW channels via Wifi utziling ESP8266
-
Updated
Jan 31, 2017 - Eagle
Free open-source Counter-Strike: Global Offensive simple external cheat base created in Node.js using memory.js package.
nodejs
javascript
modules
js
simple
radar
esp
csgo
aimbot
bluebird
external
cheat
triggerbot
counter-strike-global-offensive
glow
bhop
csgo-cheat
skinchanger
-
Updated
Mar 3, 2019 - JavaScript
NeopixelBusFX plugin for ESPEasy
-
Updated
Mar 7, 2020 - C
D3D/DirectX Model recognition values for multiple games, used to create wallhack or chams
game
c
hooks
c-plus-plus
hack
esp
aimbot
vac
d3d12
d3d11
d3d9
punkbuster
wallhack
d3d-interface
multihack
gamehook
gamehack
modelrec
model-rec
model-recognition
-
Updated
Jun 21, 2017 - C
Improve this page
Add a description, image, and links to the esp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the esp topic, visit your repo's landing page and select "manage topics."
https://github.com/Links2004/arduinoWebSockets/blob/c038f100d68b8e5d0a96f25dd1609ff28592b02f/src/WebSocketsServer.h#L128
I need to override default handleHeader to support for POST/OPTIONS other methods since running a simple web server on top of WebSocket one.
I have requested in the past that virtual is added to handleNonWebsocketConnection but now realized same is needed for handleHeader,