Initial commit: GPIO monitoring server
This commit is contained in:
16
README.md
Normal file
16
README.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# GPIO Monitor Server
|
||||
|
||||
Сервер для мониторинга GPIO на Raspberry Pi.
|
||||
|
||||
## Структура проекта
|
||||
- `cmd/server/` - точка входа приложения
|
||||
- `internal/` - внутренняя логика
|
||||
- `web/` - веб-интерфейс
|
||||
- `scripts/` - вспомогательные скрипты
|
||||
|
||||
## Сборка
|
||||
go build -o gpio-monitor-server ./cmd/server
|
||||
|
||||
## Запуск
|
||||
./gpio-monitor-server
|
||||
|
||||
Reference in New Issue
Block a user