Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parzivail/ReMarkable.NET
A .NET library for developing applications for the reMarkable tablets
https://github.com/parzivail/ReMarkable.NET
dotnet linux remarkable-tablet
Last synced: 3 months ago
JSON representation
A .NET library for developing applications for the reMarkable tablets
- Host: GitHub
- URL: https://github.com/parzivail/ReMarkable.NET
- Owner: parzivail
- License: mit
- Created: 2020-06-08T02:17:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-22T19:01:28.000Z (4 months ago)
- Last Synced: 2024-07-22T22:49:08.661Z (4 months ago)
- Topics: dotnet, linux, remarkable-tablet
- Language: C#
- Homepage:
- Size: 4.37 MB
- Stars: 52
- Watchers: 6
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ReMarkable.NET
## About
ReMarkable.NET (rM.NET) is a collection of software drivers for the various hardware used throughout the reMarkable tablet ecosystem which allow the hardware to be used in a managed context through .NET Core.
## Documentation
For API reference and examples, see [the documentation](https://parzivail.github.io/ReMarkable.NET/articles/intro.html).
## NuGet
[ReMarkable.NET](https://www.nuget.org/packages/ReMarkable.NET)
## Issues
If you find an issue, or have a suggestion for a new feature, please don't hesitate to open an issue for discussion.
## Contributing
Please feel free to add bugfixes and support for new hardware. My vision for this project is that rM.NET contains as little state as possible and leaves the implementation details of the interfaced hardware up to the end user