/gonet

A network stack written in Go with the CSP style.

Primary LanguageGoMIT LicenseMIT

GoNet

GoDoc Build Status Go Report Card Code Climate License

A network stack written in Go with the CSP style.

Warning: This project is still under development.

Usage

Note: This project only works on linux machines (because of its dependency on the tap device).

To install GoNet:

  1. Run go get github.com/hsheth2/gonet
  2. In the directory, run make.

You can use its functionallity by importing it in your own projects. See the GoDoc for documentation.

We also included a simple demo application: a basic HTTP server. Once you have run make in the GoNet source directory, there will be an executable called gohttp in your Go bin. This executable will run the HTTP server, and will serve the files in whatever directory it is run in.

Because GoNet runs on the tap interface, it will be accessible at 10.0.0.2.

Contributors

This project was created by Harshal Sheth and Aashish Welling.

License

GoNet is released under the MIT License.