https://github.com/oldzoomer-ru/nodelistj
Fidonet nodelist parser for Java
https://github.com/oldzoomer-ru/nodelistj
fidonet ftn java
Last synced: about 2 months ago
JSON representation
Fidonet nodelist parser for Java
- Host: GitHub
- URL: https://github.com/oldzoomer-ru/nodelistj
- Owner: oldzoomer-ru
- License: mit
- Created: 2025-03-08T19:27:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2026-01-26T11:00:01.000Z (6 months ago)
- Last Synced: 2026-01-27T00:38:30.316Z (6 months ago)
- Topics: fidonet, ftn, java
- Language: Java
- Homepage:
- Size: 302 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NodelistJ
NodelistJ is a Java library for parsing and managing Fidonet nodelists. It provides functionality to read nodelists
from files or input streams, index them in memory, and retrieve specific entries based on their addresses.
## Features
- Parse Fidonet nodelists from files or input streams.
- Index nodelists in memory for quick access.
- Retrieve nodelist entries by their addresses.
- Support for modern Java features and best practices.
## Getting Started
### Prerequisites
- Java 21
- Maven or Gradle for dependency management
- Setting up GitHub Packages in your project
## Contributing
Contributions are welcome! Please open an issue or submit a pull request with your changes.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.