Skip to content

Commit

Permalink
feat(doc): rewrited readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sikelio committed Aug 2, 2024
1 parent 1ffd282 commit b2906ff
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,17 @@

This repos contains tool classes in C# for multiple types of usage.

## Available tools
[Documentation](https://frapp42.github.io/website/docs/tools/)

* Request
* Makes API requests
* Namespace: `FrApps42.Web.API`
## Available packages

* IsOnline
* Checks if a device is online
* Namespace: `FrApps42.System.Net`
* `FrApp42.System` - [Link](https://www.nuget.org/packages/FrApp42.System)
* IsOnline: Ping a device with it's hostname or ip address to check if it's online
* Shutdown: Shutdown a device through SMB with it's hostname or ip address. It only work for Windows devices.
* WakeOnLan: Power on a device with it mac address.
* `FrApp42.Web` - [Link](https://www.nuget.org/packages/FrApp42.Web)
* Request: Make API request for any of your C# projects. ⚠️ *SOAP request are not supported.* ⚠️

* Shutdown
* Shutdowns a device with SMB
* Namespace: `FrApps42.System.Computer.Shutdown`
## Licence

* WakeOnLan
* Waked up a device from it's MAC address
* Namespace: `FrApps42.System.Net`
This project is under GPLv3 licence

0 comments on commit b2906ff

Please sign in to comment.