Skip to content

tomoyat/suika

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Suika

Small protocol stack for learning. It has been created with reference to materials available at this site.

run udp echo server

$ docker build -t suika ./
$ docker run --privileged --rm -it -v ./:/app suika:latest /bin/bash

# in docker
$ cmake /app
$ make
$ ./suika

# another terminal
$ docker exec -it xxxxxx /bin/bash
$ nc -u 192.0.2.2 5555

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published