Skip to content
 
 

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains a simple socket server written in python

The server receives events and write them to comma separated file

Before running this application you need to make sure :

  • You have python3 installed here
  • You have pip3 installed here
  • You have google proto buffer python package installed using the command pip3 install protobuf

To run the server, in the server folder use the terminal to run python3 socket-server.py

If you want to verify the server is running correctly you can run the sample client from terminal using python3 socket-client.py
Observe how the server appends the data to events.csv file

About

A simple socket server in python that uses google buffer protocol to receive events and write it to csv file, there is an endpoint (written in java) calling this server in this repository : https://github.com/mister0/java-event-endpoint

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages