This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt-get remove $(dpkg --get-selections docker.io docker-compose docker-compose-v2 docker-doc podman-docker containerd runc | cut -f1) | |
| # Add Docker's official GPG key: | |
| sudo apt-get update | |
| sudo apt-get -y install ca-certificates curl git zip unzip mc wget | |
| sudo install -m 0755 -d /etc/apt/keyrings | |
| sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc | |
| sudo chmod a+r /etc/apt/keyrings/docker.asc | |
| # Add the repository to Apt sources: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| import serial | |
| import struct | |
| import sys | |
| with serial.Serial(sys.argv[1], 115200) as ser: | |
| while True: | |
| pkt = ser.read(10) | |
| #print("PKT: ", pkt) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1 | |
| 2 | |
| 3 | |
| 4 Turcja | |
| 5 | |
| 6 | |
| 7 Brazylia | |
| 8 Niemcy (uszkodzona) | |
| 9 Pakistan, Filipiny, Guam, USA, Japonia | |
| 10 Nigeria, Benin, Gabon, Gwinea |