├── 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
- /opt/b0x/gps/gps_get_data.py
- /opt/b0x/os/_ENV_
- /opt/b0x/os/.os_backup_exclude
- /opt/b0x/os/os_backup.sh
- /opt/b0x/os/os_clean.sh
- /opt/b0x/os/os_cloudflare_dns_update.sh
- /opt/b0x/os/os_https_cert_update.sh
- /opt/b0x/os/os_ipset_update.sh
- /opt/b0x/os/os_novnc_websockify.sh
- /opt/b0x/os/os_security_network.sh
- /opt/b0x/os/os_security_update.sh
- /opt/b0x/pms/_ENV_
- /opt/b0x/pms/pms_create_event.py
- /opt/b0x/pms/pms_init.py
- /opt/b0x/pms/pms_read_sensors.py
- /opt/b0x/pms/pms_reboot.py
- /opt/b0x/pms/pms_reset.py
- /opt/b0x/pms/pms_reset_boot_mode.py
- /opt/b0x/pms/pms_rtc_time.py
- /opt/b0x/pms/pms_softhard_shutdown.py
- /opt/b0x/pms/pms_upgrade_api.sh
- /opt/b0x/pms/pms_upgrade_firmware.py
- /opt/b0x/serial/serial_uart_test_TxRx.py
- /opt/b0x/sms/sms_sms2mail.pl
- /var/www/html/pi.txt
- /var/www/html/error_page/401.html
- /var/www/html/error_page/403.html
- /var/www/html/error_page/404.html
- /var/www/html/error_page/421.html
- /var/www/html/error_page/50x.html
January 10 2021
-
Added :
- /opt/b0x/os/_ENV_
- /opt/b0x/pms/_ENV_
- /opt/b0x/pms/pms_reset.py
- /opt/b0x/pms/pms_reset_boot_mode.py
-
Fixed :
- /opt/b0x/pms/pms_create_event.py
August 01 2020
-
Added :
- /opt/b0x/os/os_https_cert_update.sh
- /opt/b0x/pms/pms_reboot.py
- /opt/b0x/pms/pms_reset.py
- /opt/b0x/pms/pms_reset_boot_mode.py
-
Fixed :
- /opt/b0x/pms/pms_create_event.py
July 5 2020
- Added :
- /opt/b0x/gps/gps_get_data.py
- /opt/b0x/os/.os_backup_exclude
- /opt/b0x/os/os_backup.sh
- /opt/b0x/os/os_clean.sh
- /opt/b0x/os/os_cloudflare_dns_update.sh
- /opt/b0x/os/os_ipset_update.sh
- /opt/b0x/os/os_novnc_websockify.sh
- /opt/b0x/os/os_security_network.sh
- /opt/b0x/os/os_security_update.sh
- /opt/b0x/pms/pms_create_event.py
- /opt/b0x/pms/pms_init.py
- /opt/b0x/pms/pms_read_sensors.py
- /opt/b0x/pms/pms_rtc_time.py
- /opt/b0x/pms/pms_softhard_shutdown.py
- /opt/b0x/pms/pms_upgrade_api.sh
- /opt/b0x/pms/pms_upgrade_firmware.py
- /opt/b0x/serial/serial_uart_test_TxRx.py
- /opt/b0x/sms/sms_sms2mail.pl
- /var/www/html/pi.txt
- /var/www/html/error_page/401.html
- /var/www/html/error_page/403.html
- /var/www/html/error_page/404.html
- /var/www/html/error_page/421.html
- /var/www/html/error_page/50x.html