Skip to content

lightsing/raw_python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Raw Python (aka. pye)

Util for Python to work with raw socket and network protocols (Ethernet/TCP/IP/UDP/ICMP etc.).

STILL UNDER DEVELOPING

This project is migrate from pye (python2) to current project.

Fork and send pr to this project!

Disclaimer

This project is for Computer Network Course, Dept. CSE, SUSTech.

Education purpose Mainly.

Getting Started

pip install git+https://github.com/lightsing/raw_python

Well, If you also want to play with low level networking problems and want to learn about networking protocol. Fork it!

Newbie?

ohh, you are a new kid! that's Nice. Then, This project definately can help you in understanding Networking Protocols, Etc Etc.

For Help/Reference You can check below sites

Prerequisites

What things you need to install the software.

  • This Project is Not Tested On Windows Platform (Use Linux).
  • Wireshark

Want to Contribute? Great!

Pull Request

  1. Fork it!

  2. Create your feature branch: git checkout -b my-new-feature

  3. Commit your changes: git commit -am 'Add some feature'

  4. Push to the branch: git push origin my-new-feature

  5. Submit a pull request :D

Built With

  • Python - Python Programming language

Authors

License

This project is licensed under the APACHE 2.0 License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone who's code was used
  • Inspiration
  • etc

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%