Pinned Repositories
amp-embedded-infra-lib
amp-embedded-infra-lib is a set of C++ libraries and headers that provide heap-less, STL like, infrastructure for embedded software development
arduino_gear_indicator
Arduino UNO Gear Indicator for Manual Transmission using Hall Sensors
Awesome-Embedded
A curated list of awesome embedded programming.
awesome-embedded-software
:stars: List of software (HW interfaces, libs, protocols, etc) specifically suitable for resource-constrained Embedded Systems (low-memory and low-power) like 8-bit, 16-bit and 32-bit microcontrollers.
bare-metal-programming-guide
A bare metal programming guide (ARM microcontrollers)
BeginToCodeWithPython
Sample code for Begin to Code with Python by Rob Miles
cc1101-tool
RF tool based on CC1101 module and Arduino Pro Micro 8VMHz/3.3V. Allows using CLI with human readable commands to control CC1101 board over USB interface. Putty or any other serial terminal can be used. It has similar functionality to YardStick One but is cheaper and doesn't need specialized software. Allows for RF jamming and simple replay attack
ChatGPT-pdf
A Chrome extension for downloading your ChatGPT history to PNG, PDF or a sharable link
CppServer
Ultra fast and low latency asynchronous socket server & client C++ library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution
zacharoni16's Repositories
zacharoni16/CppServer
Ultra fast and low latency asynchronous socket server & client C++ library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution
zacharoni16/amp-embedded-infra-lib
amp-embedded-infra-lib is a set of C++ libraries and headers that provide heap-less, STL like, infrastructure for embedded software development
zacharoni16/arduino_gear_indicator
Arduino UNO Gear Indicator for Manual Transmission using Hall Sensors
zacharoni16/Awesome-Embedded
A curated list of awesome embedded programming.
zacharoni16/bare-metal-programming-guide
A bare metal programming guide (ARM microcontrollers)
zacharoni16/cc1101-tool
RF tool based on CC1101 module and Arduino Pro Micro 8VMHz/3.3V. Allows using CLI with human readable commands to control CC1101 board over USB interface. Putty or any other serial terminal can be used. It has similar functionality to YardStick One but is cheaper and doesn't need specialized software. Allows for RF jamming and simple replay attack
zacharoni16/CircularBuffer
Arduino circular buffer library
zacharoni16/DispatchStation
Simulation of the EBICOS 900 traffic management and dispatching system which is being used in the M1 line of Istanbul metro
zacharoni16/Embedded-Engineering-Roadmap
A roadmap for those who want to build a career as an Embedded Systems Engineer, along with a bunch of learning resources
zacharoni16/embedded-network-programming-guide
A complete guide for network programming on microcontroller devices
zacharoni16/EQM_OBDWEB
A WEB Based OBDII Dongle Platform using the ESP32 WROVER Module
zacharoni16/eventdispatcher
C++ Event Dispatcher support TCP, UDP, Pipes, File System, TLS, Priority, On/Off, Threads, Permanent Connections, etc.
zacharoni16/fmt
A modern formatting library
zacharoni16/free-programming-books
:books: Freely available programming books
zacharoni16/ioproxy
IOProxy is an input/output proxy. It allows to receive data from different data-sources and forwards it to other data-sources.
zacharoni16/jsmn
Jsmn is a world fastest JSON parser/tokenizer. This is the official repo replacing the old one at Bitbucket
zacharoni16/Melon
A generic cross-platform C library, including a lot of components, frameworks and a new coroutine script language Melang.
zacharoni16/micrograd_in_c
Micrograd from Andrej Karpathy but in C
zacharoni16/nanopb
Protocol Buffers with small code size
zacharoni16/ndisapi
Windows Packet Filter library for network packet interception and manipulation, suitable for custom firewall, VPN and traffic analysis applications.
zacharoni16/Packet-Analyzer
The application utilizes OOP principles C++ application designed to analyze Ethernet packets. Given an input text file, the application reads, parses, and writes the parsed packets with their fields into an output text file.
zacharoni16/pcc_3e
Online resources for Python Crash Course, 3rd edition, from No Starch Press.
zacharoni16/project-based-learning
Curated list of project-based tutorials
zacharoni16/pthread-win32
clone of pthread-win32 (a.k.a. pthreads4w) + local tweaks (including MSVC2008 - MSVC2022 project files)
zacharoni16/qt_zoomable_chart_widget
Wrapper widget around QChartView which provides basic zoom/pan/legend handling stuff
zacharoni16/Ring-Buffer
A simple ring buffer (circular buffer) designed for embedded systems.
zacharoni16/samplicator
Send copies of (UDP) datagrams to multiple receivers, with optional sampling and spoofing
zacharoni16/SoT-ESP-Framework
Open Source Sea of Thieves Python-based ESP-hack framework
zacharoni16/SoT-Python-Offset-Finder
Python-version to pull SoT Offsets from SDK files with notes
zacharoni16/tiny-json
The tiny-json is a versatile and easy to use json parser in C suitable for embedded systems. It is fast, robust and portable.