Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/planetarium/bencodex.net
Bencodex codec for .NET
https://github.com/planetarium/bencodex.net
bencode bencodex csharp dotnet hacktoberfest
Last synced: about 1 month ago
JSON representation
Bencodex codec for .NET
- Host: GitHub
- URL: https://github.com/planetarium/bencodex.net
- Owner: planetarium
- License: lgpl-2.1
- Created: 2018-12-16T11:08:27.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T05:23:46.000Z (5 months ago)
- Last Synced: 2024-11-05T03:09:40.297Z (about 2 months ago)
- Topics: bencode, bencodex, csharp, dotnet, hacktoberfest
- Language: C#
- Homepage: https://www.nuget.org/packages/Bencodex
- Size: 6.63 MB
- Stars: 8
- Watchers: 15
- Forks: 11
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
Bencodex codec for .NET
=======================[![GitHub Actions Status][]][GitHub Actions]
[![NuGet](https://img.shields.io/nuget/v/Bencodex)][NuGet]This library implements [Bencodex] serialization format which extends
[Bencoding].[GitHub Actions]: https://github.com/planetarium/bencodex.net/actions
[GitHub Actions Status]: https://github.com/planetarium/bencodex.net/workflows/build/badge.svg?event=push
[NuGet]: https://www.nuget.org/packages/Bencodex
[Bencodex]: https://github.com/planetarium/bencodex
[Bencoding]: http://www.bittorrent.org/beps/bep_0003.html#bencodingUsage
-----It currently provides only the most basic encoder and decoder. See also
these methods:- `Bencodex.Codec.Encode(Bencodex.Types.IValue, System.IO.Stream)`
- `Bencodex.Codec.Encode(Bencodex.Types.IValue)`
- `Bencodex.Codec.Decode(System.IO.Stream)`
- `Bencodex.Codec.Decode(System.Byte[])`It will provide type-extensible higher-level APIs as well in the future.
License
-------Distributed under [LGPL 2.1] or later.
[LGPL 2.1]: https://www.gnu.org/licenses/lgpl-2.1.html