Alexander
Alexander
Will the library work with a wired network, such as a ESP32 + ethernet LAN8720A?
Log: Started GET "/" for 176.192.242.97 at 2016-06-21 17:50:39 +0300 Processing by WelcomeController#index as HTML Current user: admin (id=1) Rendered welcome/index.html.erb within layouts/base (4.4ms) Completed 500 Internal Server Error in...
I successfully use your library in several projects. I propose a solution to simplify the work with the library. ```python import asyncio from CshLib.conn import MySQL class MySQLModules(MySQL): user =...
Hi! install ok ``` alex@orangepipcplus:~$ sudo -H pip3.7 install cysystemd Collecting cysystemd Downloading https://files.pythonhosted.org/packages/b7/64/9ab14a4682c39a5be35d99743f86a9d1b0c8955217bb7957d6af910e880a/cysystemd-1.1.0.tar.gz (193kB) 100% |████████████████████████████████| 194kB 1.5MB/s Installing collected packages: cysystemd Running setup.py install for cysystemd ... done...
Can I initiate a message from the server side? I didn't find it in the examples. Only if the request comes from the client side can I send a notification.