Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 465 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 465 Bytes

Sample Client For Senz : Transfer Image (Ruby)

It is a sample client example in Ruby. Here Sender sends an image to the Receiver via senz server.

Installing Gems

cd into project directory 'ruby' Install required rubygems by following command

bundle install

Instructions

  1. Setup and run Senz server

  2. Now cd into project directory 'ruby'

  3. Run Receiver Device

ruby receiver.rb
  1. Run Sender Device
ruby sender.rb