├── CHANGELOG.md
├── LICENSE
├── README.md
├── n0d3-b0x
│ ├── README.md
│ ├── opt
│ │ └── b0x
│ │ ├── gps
│ │ │ └── gps_get_data.py
│ │ ├── os
│ │ │ ├── _ENV_
│ │ │ ├── .os_backup_exclude
│ │ │ ├── os_backup.sh
│ │ │ ├── os_clean.sh
│ │ │ ├── os_cloudflare_dns_update.sh
│ │ │ ├── os_https_cert_update.sh
│ │ │ ├── os_ipset_update.sh
│ │ │ ├── os_novnc_websockify.sh
│ │ │ ├── os_security_network.sh
│ │ │ └── os_security_update.sh
│ │ ├── pms
│ │ │ ├── _ENV_
│ │ │ ├── pms_create_event.py
│ │ │ ├── pms_get_all_metrics.py
│ │ │ ├── pms_init.py
│ │ │ ├── pms_read_sensors.py
│ │ │ ├── pms_reboot.py
│ │ │ ├── pms_reset.py
│ │ │ ├── pms_reset_boot_mode.py
│ │ │ ├── pms_rtc_time.py
│ │ │ ├── pms_softhard_shutdown.py
│ │ │ └── pms_upgrade_api.sh
│ │ │ └── pms_upgrade_firmware.py
│ │ ├── serial
│ │ │ └── serial_uart_test_TxRx.py
│ │ └── sms
│ │ └── sms_sms2mail.pl
│ └── var
│ └── www
│ └── html
│ ├── error_page
│ │ ├── 401.html
│ │ ├── 403.html
│ │ ├── 404.html
│ │ ├── 421.html
│ │ └── 50x.html
│ └── pi.txt
└── n0d3-r2d2
├── README.md
└── opt
└── r2d2
└── os
└── osx_send_message.sh
forked from ad5030/OIAP
-
Notifications
You must be signed in to change notification settings - Fork 0
License
MediaMation/OIAP
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Shell 52.2%
- Python 45.4%
- Perl 2.1%
- HTML 0.3%