GithubHelp home page GithubHelp logo

geddy11 / netwiz Goto Github PK

View Code? Open in Web Editor NEW
7.0 2.0 2.0 673 KB

Network protocol libraries for VHDL test benches

License: MIT License

VHDL 97.14% Shell 1.95% Stata 0.91%
ethernet ipv4 testbenches vhdl fpga verification udp arp ipv6 tcp

netwiz's Introduction

GitHub release (latest SemVer) GitHub Workflow Status GitHub top language

Intro

NetWiz is a stand-alone VHDL library for network protocol packet generation and manipulation. NetWiz offers a stateless and functional API.

NetWiz requires VHDL 2008 and is designed for test bench use only, synthesis is not supported. NetWiz is licensed under the MIT license.

Libraries

Netwiz consists of several libraries. Libraries not related to a specific network protocol are:

  • nw_adapt:
    • Configurable settings
  • nw_codec:
    • [nw_sl_codec](@ref nw_sl_codec): Stateless generic codec
    • [nw_cobs](@ref nw_cobs): Consistent Overhead Byte Stuffing
    • [nw_bitstuff](@ref nw_bstuff): Bit stuffing
    • [nw_base](@ref nw_base): Base64/32/16 codec
    • [nw_hamming](@ref nw_hamming): Hamming encoding/decoding
  • nw_pcap:
    • [nw_pcap](@ref nw_pcap): Read network packets from PCAP/PCAPNG files (produced by Wireshark, tcmpdump et.al.)
  • nw_util:
    • [nw_util](@ref nw_util): Functions for data array manipulation
    • [nw_crc](@ref nw_crc): CRC and checksum generation
    • [nw_prbs](@ref nw_prbs): Pseudo-Random Binary Sequence generation.
    • [nw_nrs](@ref nw_nrs): Non-Random Sequence generation

Protocol specific libraries:

  • nw_ethernet:
    • [nw_ethernet](@ref nw_ethernet): Create and manipulate Ethernet packets
    • [nw_arp](@ref nw_arp): Create and manipulate ARP packets
  • nw_ipv4:
    • [nw_ipv4](@ref nw_ipv4): Create and manipulate IPv4 packets
    • [nw_udp](@ref nw_udpv4): Create and manipulate UDP packets for IPv4
    • [nw_icmp](@ref nw_icmpv4): Create and manipulate ICMPv4 packets
    • [nw_tcp](@ref nw_tcpv4): Create and manipulate TCP packets for IPv4
  • nw_ipv6:
    • [nw_ipv6](@ref nw_ipv6): Create and manipulate IPv6 packets
    • [nw_udp](@ref nw_udpv6): Create and manipulate UDP packets for IPv6
    • [nw_icmp](@ref nw_icmpv6): Create and manipulate ICMPv6 packets
    • [nw_tcp](@ref nw_tcpv6): Create and manipulate TCP packets for IPv6
  • nw_ptp:
    • [nw_ptpv2](@ref nw_ptp): Create and manipulate IEEE1588v2 packets
  • nw_usb:
    • [nw_usb](@ref nw_usb): Create and manipulate USB packets

Additional protocol libraries are expected to be added in the future.

Documentation

The NetWiz API is documented here.

netwiz's People

Contributors

geddy11 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

netwiz's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.