add serialsock

This commit is contained in:
2022-01-19 17:31:04 +03:00
parent 786ed54d03
commit 9192ee09a3
78 changed files with 5244 additions and 0 deletions

15
Socket_CAN/Readme.md Normal file
View File

@@ -0,0 +1,15 @@
CANbus messages retranslation from BTA bus into Dome bus
RUN server:
./soccanserver -i localhost -l log.log -a ca/ca/ca_cert.pem -c ca/server/server_cert.pem -k ca/server/private/server_key.pem
RUN client:
./soccanclient -i localhost -a ca/ca/ca_cert.pem -c ca/client/client_cert.pem -k ca/client/private/client_key.pem
Compile i686:
export LDFLAGS=-m32