Skip to content

Commit

Permalink
add plot sample
Browse files Browse the repository at this point in the history
  • Loading branch information
yhfudev committed Jan 3, 2017
1 parent 17254e0 commit b7b0d41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ There're three types of connection for Neato XV devices, which are directly seri

## nxvforward

<img width="350" height="250" src="doc/images/nxvforward-1.png" alt="Connect to /dev/ttyACM0" >
<img width="350" height="250" src="doc/images/nxvforward-2.png" alt="Connect to COM12" >
<img width="350" height="250" src="doc/images/nxvforward-4.png" alt="Client Test" >
<img width="194" height="188" src="doc/images/nxvforward-1.png" alt="Connect to /dev/ttyACM0" >
<img width="194" height="188" src="doc/images/nxvforward-2.png" alt="Connect to COM12" >
<img width="194" height="188" src="doc/images/nxvforward-4.png" alt="Client Test" >

This is a TCP server, which is can forward the command and data between the device/simulator and client.
The bind address can be such as `120.0.0.1:3333` to accept connection from local only or `0.0.0.0:3333` for connections from other hosts.
Expand Down Expand Up @@ -82,6 +82,8 @@ Example:

nxvlogbatt-plotfig.sh nxvlogbatt-data 0 "" "Battery Status" ""

<img width="600" height="300" src="doc/images/fig-nxvlogbatt-data-charging-oem-m2-1.png" alt="Charging" >


Implementation Details
----------------------
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b7b0d41

Please sign in to comment.