Commit Graph

56 Commits

Author SHA1 Message Date
c354a0076b add scripts to create an bootable USB stick with TinyLinux 2024-01-16 17:52:04 +01:00
ca6c4f25cb fix typo in README.md 2024-01-15 12:47:05 +01:00
ee6e91aadc update REAME.txt (for new boxes MLZ type) 2024-01-15 11:43:21 +01:00
ae6ba7a031 improve display
- display config has only one line for startup text
- faster display daeomon startup
- added newer fonts (e.g. medium) to display.py
2024-01-15 11:34:03 +01:00
fe1303efdc revert prev. commit + wip fix 2024-01-15 09:58:03 +01:00
ef95e4e383 install.py: use class instead of global variables 2024-01-11 16:59:58 +01:00
73b1a9a97d wip temporary push 2024-01-11 13:08:36 +01:00
c88afce791 support setting startup
- in interactive mode, support setting startup
- standard startup shows ethernet address
- colored blinking dot
- need argument for running as daemon: python3 display.py -d
- interactive mode: python3 -i display.py
2024-01-11 08:44:52 +01:00
7f7993ef96 added first control box
- added python display daemon
- on control boxes, the uplink is the leftmost plug by default
2024-01-10 15:14:40 +01:00
fdef0b69cf add 'current' alias
showing installed state
2023-08-08 11:11:13 +02:00
b19d1368c2 remove superfluous dhcp-leases from requirements.txt 2023-08-07 13:28:26 +02:00
e575ee7664 Merge branch 'master' of gitlab.psi.ch:zolliker/aputools 2023-08-07 12:24:02 +02:00
9a782cb283 add info/log connection to router 2023-08-07 11:27:19 +02:00
68f0d30a54 fix MORE_INFO -> more_info 2023-08-07 08:46:35 +02:00
22b4fdb521 ip-dil update 2023-05-24 14:30:33 +02:00
5437572047 add vnc to ir-dil 2023-05-24 14:10:46 +02:00
d3ab9b5dba add ir-dil 2023-05-24 14:07:56 +02:00
7b115b59e6 add pstime (psi time servers) to /etc/chrony.conf 2022-11-09 14:59:51 +01:00
6e08f7277f fix handling wan with added subnets 2020-06-17 04:44:14 +02:00
8dc20ba2d5 cosmetic fix 2022-11-08 10:25:13 +01:00
ecae959fc5 improve doc of network settings 2022-11-08 09:24:29 +00:00
c3c5f87da2 fix README.md, install.py, and add flame-mag 2022-11-07 10:19:06 +01:00
ead3934db7 normalize uniax server cfg file 2022-09-20 11:49:39 +02:00
ac686ac066 fix missing argument in Show.newer and Show.replace 2022-09-20 11:49:05 +02:00
49a829f689 fix dilsc config 2022-09-08 15:10:20 +02:00
af1be87365 show state of router and frappy service at welcome 2022-06-29 11:29:21 +02:00
fb8f454576 log port on accepted connection 2022-06-29 11:23:50 +02:00
1deb91dbbb restart individual network interface on change
+ use prefix 24 instead of 31
2021-12-14 09:29:37 +01:00
e2acd8030d change apuslave3 to linse-dil 2021-12-13 13:32:23 +01:00
bd0d697adc remove requirements file when pip install fails 2021-12-03 18:40:03 +01:00
c6a1a659c2 add requirements.txt 2021-12-03 16:19:18 +01:00
2675616101 fix errors in requiements handling 2021-12-03 12:29:00 +01:00
cdedaf3ee3 add installing pip requirements 2021-12-03 12:04:57 +01:00
ebeded9931 include creating of frappy and router service
enhance install.py
2021-12-03 09:50:27 +01:00
07fe567454 fix README.md 2021-12-01 18:17:14 +01:00
f8168b0865 better documentation 2021-12-01 18:15:55 +01:00
4ce7c3a9d3 first version of dhcp settings
create /etc/dhcp/dhcpd.conf in install.py

+ new cfg file for apuslave3
2021-11-26 15:42:42 +01:00
aa0d39d18c update dilsc to route also LS372 and nanovolt meter 2021-07-23 09:23:22 +02:00
3a174046be uniax device 2021-06-11 16:19:47 +02:00
22ddd3679b added frappy to servercfg 2021-05-03 12:12:14 +02:00
104a950ff2 fix cfg file lookup 2021-04-30 12:34:58 +02:00
11d6e7d8e7 ask for hostname and create cfg file if not found
+ remove NETWORK.address setting
2021-04-27 14:47:34 +02:00
147bd4efa5 do not set UUID
+ other fixes
2021-04-27 14:10:39 +02:00
8daa8ba6c3 add UUID from mac adress 2021-04-27 10:51:56 +02:00
f188b34e22 changed naming of cfg files
+ create ifcfg files again directly
2021-04-27 10:39:33 +02:00
8215efe9be make dilsc work with vnc 2021-04-23 10:54:06 +02:00
59b095f146 additional fields in ifcfg 2021-04-08 08:09:21 +02:00
5f39412c9c Merge branch 'master' of gitlab.psi.ch:zolliker/aputools
Conflicts:
	install.py
2021-04-08 07:05:21 +02:00
2fadf63da8 ifcfg scripts are now created from scratch
- ifcfg script do not contain UUID any more
2021-04-08 07:02:57 +02:00
a9c1c38d51 fixed an issue cuaisng router to die
- router should not die when an error happens when connecting to HW
+ install will restart changed network interfaces
2021-03-26 09:30:45 +01:00