Skip to content

OODAX/psmo

Repository files navigation

📱 psmo

Programowanie Systemów Mobilnych – LATO 2024/2025

This repository contains coursework and materials for the Programowanie Systemów Mobilnych (Mobile Systems Programming) course for the Summer semester 2024/2025.

🔗 Useful Links

🧪 Laboratoria – kolejność i foldery

🛠️ Command Line Instructions

Clone the repository

git clone https://github.com/OODAX/psmo.git
cd psmo

ADB connection to device

adb kill-server
# Plug USB 
adb devices
adb shell ip addr show wlan0 # to get <device_ip>
adb tcpip 5555
adb connect <device_ip>:5555
# Disconnect the USB

Listen on UDP port with ncat

ncat -u -l <port> -v

Send UDP message with ncat

echo "message" | ncat -u <target_ip> <port> -v

Install missing packages

npm install

Start Node.js server

node server.js

📄 License

This project is licensed under the LICENSE file.

About

Programowanie systemów mobilnych LATO 2024-2025

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published