Статьи
HTTP API для MOXA ioLogik E1212
8 ноября 2024 г. • Дмитрий Бравиков
У модулей ввода-вывода MOXA ioLogik серии E1200 сущесвует HTTP RESTful API. Но в официальной документации оно освещается поверхностно. Так что пришлось разбираться методом проб и ошибок. В ...
Python: Logging from different threads to different files without thread locks
6 ноября 2024 г. • Дмитрий Бравиков
There are several worker threads that must process data quickly. At the same time, the threads log to files. The threads should not be idle when writing to a file, so a separate thread should outpu...