Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 963 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 963 Bytes

Sample Client: Transfer Image (Java)

Pre running Steps

  1. Setup and run senz-switch.
  2. Now setup and Run senz-web client both frontend and backend.
  3. Now click on your profile icon and then click on My signature to get your signature.
  4. In order to communicate between 2 devices you need to add both the devices in the same project. So if not added then add 2 devices in any of your projects.
  5. Now in Reciever.java and Sender.java file replace the signature and pubkey with your signature and pubkey respectively. Also make sure that sender and reciever pubkeys are different.

Instructions

  1. Now cd into project directory 'ruby'
cd ruby
  1. Compile and run receiver device
javac Receiver.java
java Receiver
  1. Compile and run sender device
javac Sender.java
java Sender