https://github.com/winstxnhdw/telme
A native Windows service for telemetry.
https://github.com/winstxnhdw/telme
aws-ses windows-service
Last synced: 17 days ago
JSON representation
A native Windows service for telemetry.
- Host: GitHub
- URL: https://github.com/winstxnhdw/telme
- Owner: winstxnhdw
- Created: 2023-03-21T17:00:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T10:48:49.000Z (6 months ago)
- Last Synced: 2024-10-30T09:03:59.537Z (6 months ago)
- Topics: aws-ses, windows-service
- Language: C#
- Homepage:
- Size: 90.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TelMe
[](https://github.com/winstxnhdw/TelMe/actions/workflows/main.yml)
[](https://github.com/winstxnhdw/TelMe/actions/workflows/dependabot.yml)`TelMe` is a native Windows background service for sending telemetry to the host using [mail-worker](https://github.com/winstxnhdw/mail-worker).
## Requirements
- [.NET Core 8.0 SDK or later](https://dotnet.microsoft.com/en-us/download)
## Development
Publish the installer.
```ps1
dotnet publish
```