chGoodchild / GLTollGate

6 stars 2 forks source link

Cleanup setup file #14

Closed chGoodchild closed 4 months ago

chGoodchild commented 4 months ago

https://github.com/chGoodchild/GLTollGate/blob/19f3192996481e6119200bfe641d1f4144c84435/setup.sh#L39-L42

Are all of these still needed? Maybe I can get rid of a few now...

chGoodchild commented 4 months ago

Download everything from the gateway rather than expecting users to face the complexity of using scp and setting things up themselves.

chGoodchild commented 4 months ago

Improve documentation too

chGoodchild commented 4 months ago

Setup reaches the point where e-cash is redeemed and the user is connected to the network. The disconnect part may still require some dependencies...

root@GL-AR300M:/tmp# cat /var/log/nodogsplash_data_purchases.json
[{"timestamp": "2024-07-24 11:06:22", "mac": "9a:2f:20:cb:e1:fa", "data_amount": "333.333", "sessiontime": "5"}]
root@GL-AR300M:/tmp# cat /var/log/nodogsplash_data_usage.json
{}
chGoodchild commented 4 months ago

https://github.com/chGoodchild/GLTollGate/issues/33