Skip to content
Sagi Dayan edited this page Jun 18, 2014 · 2 revisions

jceOpenAPI

DEBUG AND BUILD

jceConnection is a tiny application for JCE's students. as for now, the application runs on linux consoles.

it uses sockets via SSL's protocol using http post requests.

Build Requirements

1)	libssl && libssl-dev 

2)	openssl

Building

creating executable file - 'jce':

		./make

cleaning:

		./make clean

Usage

run the execute file

		./jce

follow instructions.

Clone this wiki locally