![]() |
uRPC micro Remote Procedure Calls - 0.97» news | search | translate |
![]() ![]() |
Do you have a microcontroller like an ESP8266 lying unused because some functions are missing or they consume too much RAM? If the micro can connect to the Internet via Ethernet or WiFi, you can now revive those projects! Discover a collection of services optimized for seamless access from Arduino, CircuitPython, ESP8266, ESP32, MicroPython, and other IoT devices and languages. These RPCs are exposed as HTTP REST APIs; the only HTTP header required is a 512-bit Authorization token. No fuss, no OAuth or other fancy mechanisms that are often unavailable on micros and over-engineered for this type of services. For security reasons, it is recommended to access these APIs over HTTPS. However, since some microcontrollers have limited or broken HTTPS support, the RPCs are also available via HTTP. |