Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.3%) to scientific vocabulary
Keywords
Repository
Network protocol libraries for VHDL test benches
Basic Info
Statistics
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 2
- Releases: 6
Topics
Metadata Files
README.md

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: * nwadapt: * Configurable settings * nwcodec: * nwslcodec: Stateless generic codec * nw_cobs: Consistent Overhead Byte Stuffing * nw_bitstuff: Bit stuffing * nw_base: Base64/32/16 codec * nw_hamming: Hamming encoding/decoding * nwpcap: * nw_pcap: Read network packets from PCAP/PCAPNG files (produced by Wireshark, tcmpdump et.al.) * nwutil: * nw_util: Functions for data array manipulation * nw_crc: CRC and checksum generation * nw_prbs: Pseudo-Random Binary Sequence generation. * nw_nrs: Non-Random Sequence generation
Protocol specific libraries: * nwethernet: * nw_ethernet: Create and manipulate Ethernet packets * nw_arp: Create and manipulate ARP packets * nwipv4: * nw_ipv4: Create and manipulate IPv4 packets * nw_udp: Create and manipulate UDP packets for IPv4 * nw_icmp: Create and manipulate ICMPv4 packets * nw_tcp: Create and manipulate TCP packets for IPv4 * nwipv6: * nw_ipv6: Create and manipulate IPv6 packets * nw_udp: Create and manipulate UDP packets for IPv6 * nw_icmp: Create and manipulate ICMPv6 packets * nw_tcp: Create and manipulate TCP packets for IPv6 * nwptp: * nw_ptpv2: Create and manipulate IEEE1588v2 packets * nw_usb: * 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.
Owner
- Name: Geir Drange
- Login: geddy11
- Kind: user
- Location: Norway
- Repositories: 5
- Profile: https://github.com/geddy11
Citation (CITATION.cff)
cff-version: 1.2.0
title: NetWiz
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Geir
family-names: Drange
orcid: 'https://orcid.org/0009-0009-6795-8583'
repository-code: 'https://github.com/geddy11/netwiz'
url: 'https://geddy11.github.io/netwiz/index.html'
abstract: >-
NetWiz is a stand-alone VHDL library for network protocol
packet generation and manipulation.
keywords:
- VHDL
- Testbench
- Protocols
license: MIT
version: 1.3.1
GitHub Events
Total
- Issues event: 1
- Watch event: 3
- Issue comment event: 1
- Push event: 26
- Pull request event: 2
- Create event: 1
Last Year
- Issues event: 1
- Watch event: 3
- Issue comment event: 1
- Push event: 26
- Pull request event: 2
- Create event: 1
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 23
- Total pull requests: 5
- Average time to close issues: 8 days
- Average time to close pull requests: 4 minutes
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 0.04
- Average comments per pull request: 0.0
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- geddy11 (24)
Pull Request Authors
- geddy11 (5)