Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alifyasa/iot-electronic-wallet
UTS IF4051 Pengembangan Sistem IoT
https://github.com/alifyasa/iot-electronic-wallet
Last synced: about 2 months ago
JSON representation
UTS IF4051 Pengembangan Sistem IoT
- Host: GitHub
- URL: https://github.com/alifyasa/iot-electronic-wallet
- Owner: alifyasa
- License: gpl-3.0
- Created: 2024-04-05T02:13:16.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-05T08:32:02.000Z (9 months ago)
- Last Synced: 2024-04-23T23:00:51.187Z (9 months ago)
- Language: Go
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IoT: Electronic Wallet
Dibuat untuk UTS IF4051 Pengembangan Sistem IoT Semester 2 2023/2024.
## Denah Proyek
```plaintext
.
├── LICENSE
├── README.md
├── cmd
│ ├── logging.go
│ ├── main.go
│ ├── wallet.go
│ └── websockets.go
├── go.mod
├── go.sum
├── microcontroller
│ └── esp32.py
├── run.sh
└── static
└── index.html
```Kode backend terdapat di folder `cmd`. Kode mikrokontroller terdapat pada folder `microcontroller`.
## Cara Menjalankan
Untuk menjalankan server, gunakan `run.sh`.
```shell
chmod +x run.sh
./run.sh
```Untuk program mikrokontroller, gunakan [Thonny](https://thonny.org/).
## Identitas
| Nama | NIM |
| ---- | --- |
| Muhammad Alif Putra Yasa | 13520135 |