Skip to content

divin4303/Pythonproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sudo service mysql status
hostname -I
sudo mysql - enter to mysql interface\

--

CREATE USER 'root'@'%' IDENTIFIED BY '*******';
GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' WITH GRANT OPTION;
FLUSH PRIVILEGES;

--

sudo netstat -tlnp | grep 3306
sudo nano /etc/mysql/mysql.conf.d/mysqld.cnf

Raspberry Pi

SSH (Industry SSH, TCP/IP etc...)

  • connection through ETHERNET cable or WiFi

Connected through WiFi

Project Directory

mkdir building_automation\
cd building_automation

TON, TP, TOF

implimented this in python
(Add some diagrams)

establishing MODBUS connection

netstat -ano | findstr :502
tasklist | findstr 10800

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages