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.
- Laboratorium 1 – Widgets
- Laboratorium 2 – Activities
- Laboratorium 3 – Sensors
- Laboratorium 4 – Data Base
- Laboratorium 5 – Threads
- Laboratorium 6 – MVVM
- Laboratorium 7 – Networking
git clone https://github.com/OODAX/psmo.git
cd psmoadb 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 USBncat -u -l <port> -vecho "message" | ncat -u <target_ip> <port> -vnpm installnode server.jsThis project is licensed under the LICENSE file.