How to use scheme

Continuing my quest to learn Redox internals and Rust, I am looking at how schemes work particularity with networking. I have a qemu network running with the default IP address from the Makefile and when I ping 10.58.58.2 I get

Recv 44 2001 0152C048 40
Recv 88 2001 0152C08C 40
Recv CC 2001 0152C0D0 40

So I know packets are receiving.

I wrote an article on Redox schemes that you might like: https://dev.to/legolord208/programming-for-redox-os-4124