https://github.com/z0rdak/repetiersharp
RepetierSharp is a simple, event-driven client which encapsulates the WebSocket and REST API of the Repetier Server software to manage your printers.
https://github.com/z0rdak/repetiersharp
3d-printing api-client csharp repetier-server websocket
Last synced: 10 months ago
JSON representation
RepetierSharp is a simple, event-driven client which encapsulates the WebSocket and REST API of the Repetier Server software to manage your printers.
- Host: GitHub
- URL: https://github.com/z0rdak/repetiersharp
- Owner: Z0rdak
- Created: 2021-05-07T18:02:17.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-28T14:35:14.000Z (about 1 year ago)
- Last Synced: 2025-08-24T11:52:26.286Z (10 months ago)
- Topics: 3d-printing, api-client, csharp, repetier-server, websocket
- Language: C#
- Homepage: https://www.nuget.org/packages/RepetierSharp
- Size: 921 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RepetierSharp - A simple, async, event driven [Repetier Server](https://www.repetier-server.com/ "Repetier Server") client


[](https://www.paypal.com/donate/?hosted_button_id=9DEWUBKE4YT3S)
## Introduction
RepetierSharp is a simple, asynchronous, event-driven client designed to manage Repetier Servers. It seamlessly integrates both the WebSocket and REST APIs of Repetier Server software into a single streamlined library.
*Disclaimer: This project is not affiliated with Repetier Server or Hot-World GmbH & Co. KG.*
### What is Repetier Server?
> "Repetier-Server is the professional all-in-one solution to control and manage your 3d printers and to get the most
> out of it."
https://www.repetier-server.com/
### Versioning
This library is fully compatible with RepetierServer version 1.4.x and maintains backward compatibility with earlier versions.
However, when using RepetierSharp with older versions, some events or commands may encounter issues due to undocumented changes in the Repetier Server API.
See the [changelog](Changelog.md) for a more detailed overview off added/changed features.
### Framework support
RepetierSharp version 0.2.0+ supports and .NET 8 and .NET 9.
## Documentation
The [wiki](https://github.com/Z0rdak/RepetierSharp/wiki) for the 0.2.0 version is still under construction. If you have any issues feel free to open an issue.
## Contribution
If you have any issues or found bugs feel free to open an issue.