Skip to content

Creates two-way communcation channel between a user's machine (client) and the Presalytics API (hub). Paired microservices that open a Websocket main websocket between client (aka agents) and Presalytics servers.

Notifications You must be signed in to change notification settings

presalytics/presalytics-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Presalytics Agent

Installation

Linux

wget --no-cache -O - https://raw.githubusercontent.com/presalytics/presalytics-agent/master/scripts/linux-installer.sh | bash

Packaging for Release

Linux

From the cli directory, run commands

dotnet publish --configuration Release -r linux-x64
tar -czvf presalytics-agent.tar.gz bin/Release/net5.0/linux-x64/publish

About

Creates two-way communcation channel between a user's machine (client) and the Presalytics API (hub). Paired microservices that open a Websocket main websocket between client (aka agents) and Presalytics servers.

Resources

Stars

Watchers

Forks

Packages

No packages published