/raw_python

Python Package For Raw Packets Programming

Primary LanguagePythonApache License 2.0Apache-2.0

Raw Python (aka. pye)

Collection of Python Classes For working with Network protocol Ethernet/TCP/IP/UDP/ICMP Etc 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

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