https://github.com/sorgom/iad
internet access device
https://github.com/sorgom/iad
Last synced: 3 months ago
JSON representation
internet access device
- Host: GitHub
- URL: https://github.com/sorgom/iad
- Owner: sorgom
- Created: 2023-05-09T14:30:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-22T13:02:26.000Z (about 3 years ago)
- Last Synced: 2026-01-01T14:15:55.284Z (7 months ago)
- Language: C++
- Size: 403 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iad
internet access device
# preconditions
## python 3
## linked libraries
### sqlite3
```shell
sudo apt-get install sqlite3 libsqlite3-dev
```
### zlib
```shell
sudo apt-get install zlib1g
```
## cmake
# directory structures
## project
### srv
contains iad server build sources
### templates
templates for runtime installation
## target
default target folder: $HOME/iad
subfolders:
### bin
iadsrv binary and ini file
### db
sqlite3 databases
### htm
sample presentations
### bbl
translation files
### sh
runtime shell scripts
# TODO
- setup.py command calls