mirror of
https://github.com/eddyem/eddys_snippets.git
synced 2026-03-20 08:41:02 +03:00
add serialsock
This commit is contained in:
15
Socket_CAN/Readme.md
Normal file
15
Socket_CAN/Readme.md
Normal 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
|
||||
Reference in New Issue
Block a user