Skip to content

Files

Latest commit

 

History

History

RCVClient

RCV Client

The RCV Client is a Android based client to control the RCV.

##Build RCV Client Before you can get started you need Android SDK and ANT.

Get the latest RCVClient:

git clone git://github.com/haitech/rcv.git

Browser the directory.

cd rcv/RCVClient

To build a debug version you will need to define the location of your Android SDK.

echo "sdk.dir=/dir/to/your/android-sdk-linux" > local.properties

The local.properties should be located in rcv/RCVClient.

Now you can build a debug version

ant debug
ant debug install

Start the application:

adb shell am start -a android.intent.action.MAIN -n no.haitech.rcvclient/.MainActivity

Changelog

0.1

Initial implementation of RCVClient.

License

Copyright (C) 2013 Thomas Le

RCV is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

RCV is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public license
along with MotorvognRegister. If not, see <http://www.gnu.org/licenses/>.