ericcheatham / CyPRUSclient

Device side network code for Project: CyPRUS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CyPRUSclient

Device side network code for Project: CyPRUS

README

Installation Stuff:

  1. Install expat
  2. Install exiv2

Stand Alone Demo:

  1. make all
  2. ./server &
  3. ./netexample 127.0.0.1

To integrate into your own code:

To use the cyprus client code in your code:

#include "cyprus_client.h"

When compiling, use -lm -lexiv2

About

Device side network code for Project: CyPRUS


Languages

Language:C++ 62.1%Language:C 20.2%Language:Java 12.0%Language:JavaScript 5.7%