Pinned Repositories
cloasdata
Config files for my GitHub profile.
dearpypixl
geoiter
A simple tool to iterate center coordinates within given boundaries
lambdser
A lambda expression serializer for python.
mbparser
mbparser is a simple but modern C++ library to parse from a modbus RTU master or slave. The Modbus Protocol is handled via finite state machine pattern. This makes it very easy to debug or validate the communication partner. A minimal modbus slave can be implemented in less than 5 lines.
mbutil
MCP3551
An Arduino library for MCP3551 22bit adc
modernbus
mod(ern)bus is a modern C++ library providing asynchronous modbus client (master) and modbus server (slave) implementation on all kind of hardware communciation such as RS232, RS485, and others.
pyOnvista
A tiny API for onvista.de financial website.
pytradegate
A very tiny python api for the stock exchange tradegate.de
cloasdata's Repositories
cloasdata/pyOnvista
A tiny API for onvista.de financial website.
cloasdata/pytradegate
A very tiny python api for the stock exchange tradegate.de
cloasdata/mbparser
mbparser is a simple but modern C++ library to parse from a modbus RTU master or slave. The Modbus Protocol is handled via finite state machine pattern. This makes it very easy to debug or validate the communication partner. A minimal modbus slave can be implemented in less than 5 lines.
cloasdata/geoiter
A simple tool to iterate center coordinates within given boundaries
cloasdata/modernbus
mod(ern)bus is a modern C++ library providing asynchronous modbus client (master) and modbus server (slave) implementation on all kind of hardware communciation such as RS232, RS485, and others.
cloasdata/lambdser
A lambda expression serializer for python.
cloasdata/MCP3551
An Arduino library for MCP3551 22bit adc
cloasdata/cloasdata
Config files for my GitHub profile.
cloasdata/dearpypixl
cloasdata/mbutil
cloasdata/phore
cooming soon
cloasdata/python_project_template
cloasdata/secmod
A simple module proxy for python. Avoids importing the module but gives an interface like ModuleType.
cloasdata/shared-memory-queue
StaticQueue class memes the collections.deque interface. The goal for this class was to improve performance of mp.Queue class.
cloasdata/simam_rest
A test project to investigate following stack, REST Api backend with starlite, Database integration via sqlalchemy, Simple client based on commandline interface, Text user interface based on asciimatics, In progress Flutter Client for Android etc.
cloasdata/thermo
Thermodynamics and Phase Equilibrium component of Chemical Engineering Design Library (ChEDL)
cloasdata/tinylinkedlist
TinyLinkedList is a C++ library to containerize data of unknown length following the single linked list pattern.
cloasdata/udpident
A simple C++ namespace library to identify a network station via UDP broadcast. Developed for ESP8266 on arduino framework but should run on other machines as well.