Go to Post Maybe FIRST made these bumper rules so IRI would have something to blow off come July. - Koko Ed [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 Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Spotlight this post!  
Unread 03-01-2013, 05:08
Michael_Lee Michael_Lee is offline
Registered User
FRC #2976
 
Join Date: Jan 2012
Location: Issaquah, WA
Posts: 21
Michael_Lee is an unknown quantity at this point
Tool to easily deploy code, for non-programmers

This is sort of a follow-up from this post:
http://www.chiefdelphi.com/forums/sh...d.php?t=110219

So, several of our non-programmers had difficulty learning how to compile and deploy code to the robot. I decided to try writing a small program that tries to simplify compiling and deploying code as much as possible.

It basically downloads the latest source code from an SVN repository (or if there's a folder called "source" in the same folder as the exe, it uses the code from that instead), compiles it, configures the ip address of the computer, and transfers the compiled program via ftp to the robot.

I tried to make it as simple as possible: once you set up the options, it should just be a matter of opening the program and clicking a single button.

Limitations:
It's for C++ only, and any computer that uses this needs to have WindRiver installed. It also only works on Windows. It's set up to download code from an SVN repository only, since that's what my team uses, but you can circumvent that by placing your source code inside a folder called "source", as I stated above.

The source code also needs to be a WindRiver project (it has the `.wrmakefile` files in it and such).

I'm still in the process of testing it, but I thought I'd post what I have now in case somebody finds it useful. Feedback is appreciated!

Link: (source code and exe included)
http://www.filedropper.com/one-click-deployr4
 


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 10:10.

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