Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
KingMaxi95 committed Feb 18, 2022
2 parents d73997b + 595970e commit f03e4b3
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions cmd/berryMSE/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# BerryMSE Demo

This is a demo application that can build and run without many preparation. The release download contains this executable for the Raspberry Pi with armv7l architecture.
This is a demo application that can be built or run by downloading the executable form the release page. The release download contains the executable for the Raspberry Pi with armv7l architecture.

## Build

In order to build this application your self please follow the steps below:

To fetch dependencies:

Linux:
Expand All @@ -18,7 +20,7 @@ Windows:
go get -v ./...
go install github.com/markbates/pkger/cmd/pkger

To build:
To build execute make in the `cmd/berryMSE` folder:

make

Expand All @@ -27,16 +29,16 @@ or:
make armv6l
make armv7l

A folder will be created that contains the executable
A folder will be created that contains the executable.

## Usage

To run, copy the appropriate `berrymse` executable to the Raspberry Pi and perform ``chmod +x berrymse``. Now you can run it with:
To run, copy the appropriate `berrymse` executable to the Raspberry Pi and perform ``chmod +x berrymse``, to make it executable. Now you can run it with:

./berrymse -l <raspberry pi ip address>:2020 -d /dev/video<X>

For example:

./berrymse -l 192.168.2.1:2020 -d /dev/video0
./berrymse -l 0.0.0.0:2020 -d /dev/video0

A more detailed usage instruction can be found in the [README_Executable](README_Executable.md).

0 comments on commit f03e4b3

Please sign in to comment.