Skip to content

jurcw/quic-tunnel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coap-over-quic

Test notes

Run client:

python coap_client_datagrams.py --ca-certs certs/pycacert.pem --remoteQuicHost 127.0.0.1 --remoteQuicPort 4784 --secrets-log secret.key

Run server:

python coap_server_datagrams.py --certificate certs/ssl_cert.pem --private-key certs/ssl_key.pem --host 127.0.0.1 --verbose

Send client data

echo -n test | nc -u 127.0.0.1 5683

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages