Liblor / advanced_operating_systems_2020

Advanced Operating System Course at ETHZ
MIT License
19 stars 3 forks source link

Implement a basic network stack #137

Closed eikendev closed 4 years ago

eikendev commented 4 years ago

@Liblor, using your code worked for me. Something wasn't right with the old mapping code I used. Thanks!

eikendev commented 4 years ago

Two things are left to do here.

eikendev commented 4 years ago

Exposing as a service depends partially on #142.

eikendev commented 4 years ago

I've created an echoserver process, that registers for a UDP port, and echos back the messages it receives. It fully integrates the current nameserver architecture, and tests with netcat show it's working properly.