Skip to main content

Dockerize MQTT protocol Logger.

· 3 min read
Selcuk Gok
Maintainer

Docusaurus Plushie Bu Dockerize edilmiş MQTT protokol logger uygulaması, 4 adet Docker container'ından oluşmaktadır: Python logger servisi, Node.js REST API servisi, Mosquitto MQTT brokeri ve MongoDB sunucusu. Uygulamanın çalışma mantığı şu şekildedir:

Linux System memory konfigürasyonu.

· 2 min read
Selcuk Gok
Maintainer

Bu bölümde sistem memory kullanımı geliştirmek için kullanılan memory-related kernel parametlerini açıklayacağım. Bu parametreleri set etmek için kullanacağımız komut sysctl komutudur. Set edeceğimiz değerler /proc dizininde yer alır.Memory kullanımını basit olarak bir veya daha fazla kernel parametrelerini set ederek düzenleyebiliriz.

Weather GUI application made using Python

· One min read
Selcuk Gok
Maintainer

Modbus TCP web client.Allow you to easily write to and read from registers on a web server.

Docusaurus Plushie

This is simple Web Scraping project using beautifulsoup4 and requests module.

Fetches the weather forcast based on the location (city) entered by the user.

GitHub

Modbus TCP web client.

· One min read
Selcuk Gok
Maintainer

A Modbus TCP web client facilitates easy communication with Modbus TCP servers, enabling seamless reading from and writing to registers. This application is commonly used in industrial automation, energy management, building automation, and IoT sectors for efficient data exchange and control.

Docusaurus Plushie

GitHub