Skip to content

KMeans-Client Algorithm implemented in C++: This program receives data using nlohmann JSON and establishes a connection to the server through sockets

Notifications You must be signed in to change notification settings

jhonnatan1806/KMeans-Client-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manual de uso

Instalar dependencias necesarias para compilar

sudo apt update
sudo apt install build-essential

Compilar archivos

g++ src/*.cpp lib/*.hpp include/*.hpp -o bin/client -lpthread

Ejecutar cliente

./client <ip> <puerto>

Makefile para automatizar compilación y ejecución en la ip y puerto por defecto (127.0.0.1:8189)

make run

About

KMeans-Client Algorithm implemented in C++: This program receives data using nlohmann JSON and establishes a connection to the server through sockets

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages