## TTLinks Network Toolkit Overview
**TTLinks** is a comprehensive toolkit designed for network engineers and administrators. It provides utilities for managing and analyzing IP addresses, MAC addresses, and related network components. The package supports IP and MAC address classification, OUI lookups, and binary data manipulation, streamlining tasks essential to network management.
## Installation
This project is available on PyPI and can be installed using pip:
```bash
pip install ttlinks
```
### Common Utilities
**TTLinks** includes a set of common utilities that provide essential functionality for network management tasks. These utilities are designed to be reusable and extensible, offering a foundation for building more complex network tools.
For more details, visit:
- [Common Utilities](docs/common/common_utilities.md)
### IP Services
The IP service module in **TTLinks** offers a variety of tools to classify and work with both IPv4 and IPv6 addresses. These services allow you to:
- Identify address types (public, private, multicast, etc.)
- Perform address calculations, subnetting operations, and wildcard calculation.
For more details, visit:
- [IP Address Services](docs/ipservice/ip_services.md)
- [design diagram](docs/ipservice/Class%20Diagram.pdf)
### MAC Services
**TTLinks** includes a powerful MAC service module for validating MAC addresses, converting between various formats, and performing OUI lookups using a local database. This is especially useful for managing devices across a network.
For more details, visit:
- [MAC Address Services](docs/macservice/mac_services.md)
- [design diagram](docs/macservice/Class%20Diagram.pdf)
### Protocol Stack
The protocol stack module in **TTLinks** provides a framework for working with network protocol data units (PDUs) at different layers of the TCP/IP model. This module allows you to create, parse, and manipulate protocol headers, making it easier to analyze network traffic and build custom network tools. The protocol stack currently supports Ethernet, IPv4, and ICMP headers. Example applications include packet crafting, network monitoring, port scanning, and more.
For more details, visit:
- [Protocol Stack](docs/protocol_stack/protocol_stack.md)
### Test Cases
If you're interested in seeing how these modules function in practice, check out the test cases. They provide a great way to understand how the different components work together.
For more details, visit:
- [IP Address Services Test Cases](ttlinks/tests/)
### Future Updates
**TTLinks** will be continuously evolving, with planned updates to include additional features aimed at expanding its utility for network monitoring, diagnostics and automation. Upcoming features will include:
- **Reachability (Ping) Checks**: Test the reachability of hosts over the network using ICMP ping. (Has been implemented in the protocol stack module as icmp_module.py)
- **Port Checks**: Check the availability of specific ports on a given host to verify service access.
- **DNS Lookup**: Query DNS records (A, AAAA, CNAME, MX, etc.) for a domain to assist with DNS-related issues.
- **WHOIS Check**: Retrieve domain registration and ownership information.
- **AS Number Lookup**: Look up Autonomous System (AS) numbers for specific IPs to analyze routing information.
- **Public IP Geolocation**: Tools for determining the geographic location of public IPs.
- **SSL/TLS Certificate Checker**: A service to validate SSL/TLS certificates, including expiration checks and cipher strength evaluation.
These future features will further enhance **TTLinks** as a versatile toolkit for network management and diagnostics.
## Contributing
Contributions to this project are welcome! Please feel free to submit issues or pull requests on <a href='https://github.com/tyt063144/TTLinks'>GitHub</a>.
## License
**TTLinks** is licensed under the MIT License. You are free to use, modify, and distribute the software with appropriate attribution.
## Contact
For further information, please contact Yantao Tao at tytccie@gmail.com.
Raw data
{
"_id": null,
"home_page": "https://github.com/tyt063144/TTLinks.git",
"name": "ttlinks",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "network, ttlinks, networking, automation, ip, mac, python, wildcard, subnet, network automation",
"author": "Yantao Tao",
"author_email": "tytccie@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/e1/8d/ed26388fb88ce930ff7d883e70376d470da9a2ba1af0a43018ef42fa207f/ttlinks-0.2.10.tar.gz",
"platform": null,
"description": "## TTLinks Network Toolkit Overview\r\n\r\n**TTLinks** is a comprehensive toolkit designed for network engineers and administrators. It provides utilities for managing and analyzing IP addresses, MAC addresses, and related network components. The package supports IP and MAC address classification, OUI lookups, and binary data manipulation, streamlining tasks essential to network management.\r\n\r\n## Installation\r\nThis project is available on PyPI and can be installed using pip:\r\n```bash\r\npip install ttlinks\r\n```\r\n\r\n### Common Utilities\r\n**TTLinks** includes a set of common utilities that provide essential functionality for network management tasks. These utilities are designed to be reusable and extensible, offering a foundation for building more complex network tools.\r\nFor more details, visit:\r\n- [Common Utilities](docs/common/common_utilities.md)\r\n\r\n### IP Services\r\nThe IP service module in **TTLinks** offers a variety of tools to classify and work with both IPv4 and IPv6 addresses. These services allow you to:\r\n- Identify address types (public, private, multicast, etc.)\r\n- Perform address calculations, subnetting operations, and wildcard calculation.\r\n\r\nFor more details, visit:\r\n- [IP Address Services](docs/ipservice/ip_services.md)\r\n- [design diagram](docs/ipservice/Class%20Diagram.pdf)\r\n\r\n### MAC Services\r\n**TTLinks** includes a powerful MAC service module for validating MAC addresses, converting between various formats, and performing OUI lookups using a local database. This is especially useful for managing devices across a network.\r\n\r\nFor more details, visit:\r\n- [MAC Address Services](docs/macservice/mac_services.md)\r\n- [design diagram](docs/macservice/Class%20Diagram.pdf)\r\n\r\n### Protocol Stack\r\nThe protocol stack module in **TTLinks** provides a framework for working with network protocol data units (PDUs) at different layers of the TCP/IP model. This module allows you to create, parse, and manipulate protocol headers, making it easier to analyze network traffic and build custom network tools. The protocol stack currently supports Ethernet, IPv4, and ICMP headers. Example applications include packet crafting, network monitoring, port scanning, and more.\r\n\r\nFor more details, visit:\r\n- [Protocol Stack](docs/protocol_stack/protocol_stack.md)\r\n\r\n\r\n### Test Cases\r\nIf you're interested in seeing how these modules function in practice, check out the test cases. They provide a great way to understand how the different components work together.\r\n\r\nFor more details, visit:\r\n- [IP Address Services Test Cases](ttlinks/tests/)\r\n\r\n\r\n### Future Updates\r\n**TTLinks** will be continuously evolving, with planned updates to include additional features aimed at expanding its utility for network monitoring, diagnostics and automation. Upcoming features will include:\r\n- **Reachability (Ping) Checks**: Test the reachability of hosts over the network using ICMP ping. (Has been implemented in the protocol stack module as icmp_module.py)\r\n- **Port Checks**: Check the availability of specific ports on a given host to verify service access.\r\n- **DNS Lookup**: Query DNS records (A, AAAA, CNAME, MX, etc.) for a domain to assist with DNS-related issues.\r\n- **WHOIS Check**: Retrieve domain registration and ownership information.\r\n- **AS Number Lookup**: Look up Autonomous System (AS) numbers for specific IPs to analyze routing information.\r\n- **Public IP Geolocation**: Tools for determining the geographic location of public IPs.\r\n- **SSL/TLS Certificate Checker**: A service to validate SSL/TLS certificates, including expiration checks and cipher strength evaluation.\r\n\r\nThese future features will further enhance **TTLinks** as a versatile toolkit for network management and diagnostics.\r\n\r\n\r\n## Contributing\r\nContributions to this project are welcome! Please feel free to submit issues or pull requests on <a href='https://github.com/tyt063144/TTLinks'>GitHub</a>.\r\n\r\n## License\r\n**TTLinks** is licensed under the MIT License. You are free to use, modify, and distribute the software with appropriate attribution.\r\n\r\n## Contact\r\nFor further information, please contact Yantao Tao at tytccie@gmail.com.\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "TTLinks Network Service Packages",
"version": "0.2.10",
"project_urls": {
"Homepage": "https://github.com/tyt063144/TTLinks.git"
},
"split_keywords": [
"network",
" ttlinks",
" networking",
" automation",
" ip",
" mac",
" python",
" wildcard",
" subnet",
" network automation"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "6ca5c7fe9c838da18b400e5145bf649aa685819ab4ed847e5bd15f6328c84632",
"md5": "56de201f3a7e638454e4b27328ba693b",
"sha256": "4a8686d05f483a0ea8c882f2f2082e17926a73891ead65cbad4e2d721ae29878"
},
"downloads": -1,
"filename": "ttlinks-0.2.10-py3-none-any.whl",
"has_sig": false,
"md5_digest": "56de201f3a7e638454e4b27328ba693b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 7173142,
"upload_time": "2024-11-13T15:23:19",
"upload_time_iso_8601": "2024-11-13T15:23:19.648899Z",
"url": "https://files.pythonhosted.org/packages/6c/a5/c7fe9c838da18b400e5145bf649aa685819ab4ed847e5bd15f6328c84632/ttlinks-0.2.10-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e18ded26388fb88ce930ff7d883e70376d470da9a2ba1af0a43018ef42fa207f",
"md5": "c4b75268276bc374365cbf1e0a19218a",
"sha256": "f79fda376418d55aa2d8493b80c31e2278da1b0e2faed490fa561e83486c67be"
},
"downloads": -1,
"filename": "ttlinks-0.2.10.tar.gz",
"has_sig": false,
"md5_digest": "c4b75268276bc374365cbf1e0a19218a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7001711,
"upload_time": "2024-11-13T15:23:22",
"upload_time_iso_8601": "2024-11-13T15:23:22.767186Z",
"url": "https://files.pythonhosted.org/packages/e1/8d/ed26388fb88ce930ff7d883e70376d470da9a2ba1af0a43018ef42fa207f/ttlinks-0.2.10.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-13 15:23:22",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "tyt063144",
"github_project": "TTLinks",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "ttlinks"
}