From 11f1eb09a8e8b54e521f95e22bc7e5408f0813de Mon Sep 17 00:00:00 2001 From: Kalash Bhaiya <66458799+kalashb@users.noreply.github.com> Date: Thu, 26 Jun 2025 14:59:22 -0700 Subject: [PATCH] Update README.md with improvements --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 88d7f54..15489d2 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Includes `synapsectl` command line utility: --verbose, -v Enable verbose output Commands: - {discover,info,query,start,stop,configure,logs,read,plot,file,taps,deploy} + {discover,info,query,start,stop,configure,logs,read,plot,file,taps,deploy,build} discover Discover Synapse devices on the network info Get device information query Execute a query on the device @@ -30,6 +30,7 @@ Includes `synapsectl` command line utility: file File commands taps Interact with taps on the network deploy Deploy an application to a Synapse device + build Cross-compile and package an application into a .deb without deploying As well as the base for a device implementation (`synapse/server`), @@ -53,6 +54,8 @@ And a toy device `synapse-sim` for local development, --serial SERIAL Device serial number -v, --verbose Enable verbose output +For more information on deploy and build, visit [synapse-example-app](https://github.com/sciencecorp/synapse-example-app) + ## A Note on Streaming Synapse devices stream data to and from clients with UDP. To minimize packet loss, it is highly recommended that users increase their OS UDP buffer size.