Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willianpaixao/rchome
For more modern homes
https://github.com/willianpaixao/rchome
Last synced: 2 days ago
JSON representation
For more modern homes
- Host: GitHub
- URL: https://github.com/willianpaixao/rchome
- Owner: willianpaixao
- License: gpl-3.0
- Created: 2011-02-01T17:29:04.000Z (almost 14 years ago)
- Default Branch: unstable
- Last Pushed: 2011-07-12T21:04:56.000Z (over 13 years ago)
- Last Synced: 2024-05-29T22:39:15.152Z (6 months ago)
- Language: Java
- Homepage:
- Size: 601 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
RCHome - Remote Control Home
Copyright (C) 2011 Monica Nelly
Copyright (C) 2011 Willian PaixaoThis program 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.This program 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 this program. If not, see .1. INSTALL
The build process is automated by a ant file, in 'build/' directory.
You can compile the whole code and documentation just typing:cd build/
antBut there are others targets for partial compilation, like:
* Build server side:
ant build-server* Build client side:
ant build-client* Build JavaDoc documentation:
ant build-docAfter all, you can clean the compiled files, the commands follows the
same syntax, just changing "build" for "clean", like:* Clean the server side:
ant clean-serverThe target packages are:
ant build; and
ant cleanThese target call all of three other targets({server,client,doc}).
2. RUN
After build the source code, run the jar files.
For run the server side, type:
cd build/
java -jar RCHome-server_0.01.jarSimilarly, the client side in Java is:
cd build/
java -jar RCHome-client.01.jar