News

The Model Context Protocol aims to standardize the connection of external sources to LLMs. A TypeScript example demonstrates its use.
Easily convert sensor raw values, structures, etc... This library made to convert binary data (e.g. raw sensor values) to base64-encoded string. String can be convert by cast them to uint8_t*, but ...