Skip to content

Application allowing to send any files via websocket to server using textmode.

Notifications You must be signed in to change notification settings

rozek1997/air-bridge-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AirBridge client

This project consist of two repos Another repo of server written in is available at AirBridge server

Project aim

Project aim was to make client - server model using two programming languages.

Short description

For this purpose two application, client and server, in Java and C respectively have been written and connected via websocket.
Client is build in java. When you want to send file to server, first of all you need to write very simple property file with few attributes

  • hostname="ip adress of server"
  • port="port on which we connecting to server"
  • id="name of our client"

Compliling application

In folder where pom.xml is included
$ mvn clean install

Running application

You need to provide 2 arguments:

  • -pf --property "absolute path to property file which you wrote earlier"
  • -i --input "absolute path to file we want to send to the server"

Whole command:

  • cd target
  • $ java -jar client-java-1.0-jar-with-dependencies.jar -pf [path/to/property/file] -i [filepath/to/file]

About

Application allowing to send any files via websocket to server using textmode.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages