README.md in maxcube-client-0.4.0 vs README.md in maxcube-client-0.4.1
- old
+ new
@@ -16,10 +16,13 @@
$ gem install maxcube-client
## Usage
-TODO: Write usage instructions here
+Run `bin/maxcube-client help` and follow instructions. This script starts either TCP or UDP client. UDP client is used only for device discovering purposes yet.
+You can also run `bin/console`, if you want to to handle objects yourself.
+
+Yet there are sample servers: `bin/sample_server` (TCP) and `bin/sample_socket` (UDP), but only with very basic functions. However, they can be used to try simple connection with client.
## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.