Radoslav Gerganov's starred repositories
llama-cpp-python
Python bindings for llama.cpp
stable-diffusion.cpp
Stable Diffusion and Flux in pure C/C++
wmbusmeters
Read the wired or wireless mbus protocol to acquire utility meter readings.
python-vipaccess
A free software implementation of Symantec's VIP Access application and protocol
uefi-firmware-parser
Parse BIOS/Intel ME/UEFI firmware related structures: Volumes, FileSystems, Files, etc
docker-to-linux
Make bootable Linux disk image (ab)using Docker
uc8151_micropython
UC8151 / IL0373 MicroPython e-paper display driver with support for greyscales and fast updates
TeslaChargeDoorOpener
Open the Tesla charge door with an Arduino and an ASK STX882 transmitter
lego_mario_controller
A small python script that connects to a Lego Mario figurine via BLuetooth LE and emits keystrokes for different actions.
CH32V003-FM-Transmitter
Portable Digital Stereo FM Radio Transmitter
STM32-LCD_Font_Generator
Generate text font for STM32xx-EVAL's LCD driver
advanced-same-machine-interprocess-communication-protocol-suite
Toroni is a protocol suite for advanced interprocess communication specialized to work the same machine (i.e. no networking involved) offering characteristics that are unmatched by existing OS IPC features, off-the shelve components like ZeroMQ, Aeron and many others. Currently Toroni involves The Reliable Message Protocol which is:- brokerless, meaning no dedicated server process is needed to run the protocol- many-to-many- totally ordered, meaning all readers see messages from all writers in the same order- reliable, meaning a reader can detect if it has missed a message- termination safe, meaning crash of any communicating process is not harmful to the restAdditionaly Toroni offers The Topic Protocol (TP) which is is publish/subscribe protocol running on top of RMP.More info about RMP and TP can be found at https://radio.eng.vmware.com/2022/events/3090Toroni will not be limited to RMP and TP and can be placeholder for new advanced IPC same machine protocols.