Search found 1 match

by Speedy
Sat Feb 27, 2021 8:10 pm
Forum: Programs, Libraries and Tools
Topic: Library xmlrpc.client
Replies: 1
Views: 2202

Library xmlrpc.client

Hello everybody, in one of my IoT projects, the xmlrpc API is required to query the status of one of the devices. This works wonderfully under python: import xmlrpc.client as xc server = xc.Server(url) However, I cannot find the xmlrpc library under micropython. Does anyone have any idea how I could...