https://github.com/xmp-er/bpg
Bencoding Encode and Decode Library in Golang (In Progress)
https://github.com/xmp-er/bpg
bencode bencode-decoder bencode-encoder bencode-parser bencodeparse bencoder bencoding go golang-library
Last synced: 2 months ago
JSON representation
Bencoding Encode and Decode Library in Golang (In Progress)
- Host: GitHub
- URL: https://github.com/xmp-er/bpg
- Owner: xmp-er
- License: mit
- Created: 2024-03-21T22:46:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-31T19:09:32.000Z (about 1 year ago)
- Last Synced: 2025-03-15T22:16:56.954Z (2 months ago)
- Topics: bencode, bencode-decoder, bencode-encoder, bencode-parser, bencodeparse, bencoder, bencoding, go, golang-library
- Language: Go
- Homepage:
- Size: 1.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bencoding Parser Go (bpg)
Library that decodes Bencoded value in multiple formats with the additional functionality to encode JSON in Bencoded format.
## 🔴 Instructions
- In terminal, `go get github.com/xmp-er/bpg` on same location as project