An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# TelMe

[![main.yml](https://github.com/winstxnhdw/TelMe/actions/workflows/main.yml/badge.svg)](https://github.com/winstxnhdw/TelMe/actions/workflows/main.yml)
[![dependabot.yml](https://github.com/winstxnhdw/TelMe/actions/workflows/dependabot.yml/badge.svg)](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
```