Add TOR slave module support (alpha v0.1 version)
authorNathael Pajani <nathael.pajani@ed3l.fr>
Fri, 24 Nov 2023 23:02:32 +0000 (00:02 +0100)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Fri, 24 Nov 2023 23:09:31 +0000 (00:09 +0100)
commit3dc47965cb14c83ed2d5dc25e385443bf5d0677c
tree599d99ee114f7d88879bd746dc1de2ef69023390
parent6e036d71f7c3ac95425ca05e1a410c65b5c14b45
Add TOR slave module support (alpha v0.1 version)
17 files changed:
tor/.gitignore [new file with mode: 0644]
tor/Makefile [new file with mode: 0644]
tor/comm.c [new file with mode: 0644]
tor/comm.h [new file with mode: 0644]
tor/config.c [new file with mode: 0644]
tor/config.h [new file with mode: 0644]
tor/data.h [new file with mode: 0644]
tor/interface.c [new file with mode: 0644]
tor/interface.h [new file with mode: 0644]
tor/main.c [new file with mode: 0644]
tor/param.c [new file with mode: 0644]
tor/param.h [new file with mode: 0644]
tor/sensors.c [new file with mode: 0644]
tor/sensors.h [new file with mode: 0644]
tor/time.c [new file with mode: 0644]
tor/time.h [new file with mode: 0644]
tor/version.h [new file with mode: 0644]