Go to Post Are people allowed to go to the roboprom, or just our robots? - AmoryG [more]
Home
Go Back   Chief Delphi > Technical > Programming
CD-Media   CD-Spy  
portal register members calendar search Today's Posts Mark Forums Read FAQ rules

 
 
 
Thread Tools Rating: Thread Rating: 4 votes, 5.00 average. Display Modes
Prev Previous Post   Next Post Next
  #22   Spotlight this post!  
Unread 01-09-2014, 23:33
yash101 yash101 is offline
Curiosity | I have too much of it!
AKA: null
no team
 
Join Date: Oct 2012
Rookie Year: 2012
Location: devnull
Posts: 1,191
yash101 is an unknown quantity at this point
Re: FRC Java TCP client

It ends up that my program is designed flexibly so you can run it on any device with a web browser. It requires HTML5 for some nifty features, though. However, I have designed it for webkit-based devices because cross-browser adds tons of unnecessary code when adding display things, like animations, visual ques, etc.


I just generated a CMakeLists.txt, so just copy-and-paste the code into your platform, run make clean, cmake ., and then make! You can then run the project. I also have removed a great portion of DLib functionality because it is unnecessary! I kept getting X11 errors because I didn't link it. However, I was using the preprocessor to not compile that code, so I don't know what is up with that!

I am still developing this appication. However, if you want to download and compile it in Linux, here's my compile script:
PHP Code:
$~ wget https://github.com/yash101/Other/raw/master/DLib/DevNodeServer/DevServer2/CMAKE_STANDALONE/install.sh && chmod +x install.sh && ./install.sh 
To change the port number, use the install script. Enter the folder dserv/src. Edit config.hpp, and change the PORTNO definition to your favorite port!

Enjoy! I will roll out Java and C++ APIs when I have the ability to test them!
 


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 22:21.

The Chief Delphi Forums are sponsored by Innovation First International, Inc.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi