Online Development Testing

Community contributed apps
Post Reply
binder
Posts: 2871
Joined: Fri Mar 18, 2011 6:20 pm
Location: Illinois
Contact:

Post by binder »

KRavEN wrote:I know this is old but is something like this still available?
are you wanting to access a controller online for testing? i still have one online for testing but it appears that it's not responding tonight. i will have to check into it.
KRavEN
Posts: 104
Joined: Sun Mar 17, 2013 8:21 am

Re: Online Development Testing

Post by KRavEN »

arch wrote:I think what you're after is in the Development Libraries section of the forum (wifi attachment commands)

http://forum.reefangel.com/viewtopic.php?f=7&t=1541
Right, but always nice to have a development box to bounce things off during development so you don't cause havoc with your production system.
KRavEN
Posts: 104
Joined: Sun Mar 17, 2013 8:21 am

Re:

Post by KRavEN »

binder wrote:
KRavEN wrote:I know this is old but is something like this still available?
are you wanting to access a controller online for testing? i still have one online for testing but it appears that it's not responding tonight. i will have to check into it.
Yes, that's what i was looking for Curt. Thanks for looking into it. I'll check back later.
binder
Posts: 2871
Joined: Fri Mar 18, 2011 6:20 pm
Location: Illinois
Contact:

Re: Online Development Testing

Post by binder »

KRavEN wrote: Right, but always nice to have a development box to bounce things off during development so you don't cause havoc with your production system.
out of curiosity, what are you wanting to test? this will just allow you to communicate with a controller for testing out apps (like a smartphone or web app) . you will not be able to upload any code at all to the controller.
KRavEN
Posts: 104
Joined: Sun Mar 17, 2013 8:21 am

Re: Online Development Testing

Post by KRavEN »

binder wrote:
KRavEN wrote: Right, but always nice to have a development box to bounce things off during development so you don't cause havoc with your production system.
out of curiosity, what are you wanting to test? this will just allow you to communicate with a controller for testing out apps (like a smartphone or web app) . you will not be able to upload any code at all to the controller.
Well, primarily to create some unit tests to compare return responses to ensure backwards compatibility. I'm working on an ethernet library for the RA that uses a cheap ENC28J60 board connected via SPI.
binder
Posts: 2871
Joined: Fri Mar 18, 2011 6:20 pm
Location: Illinois
Contact:

Re: Online Development Testing

Post by binder »

awesome. just making sure we were on the same page with the usage of the online controller.
binder
Posts: 2871
Joined: Fri Mar 18, 2011 6:20 pm
Location: Illinois
Contact:

Re: Online Development Testing

Post by binder »

KRavEN wrote: Well, primarily to create some unit tests to compare return responses to ensure backwards compatibility. I'm working on an ethernet library for the RA that uses a cheap ENC28J60 board connected via SPI.
I just updated and switched things around. I updated the host in the original post. I switched from dyn.com (dyndns.com) to no-ip.com. I also updated the firmware on the wifi module and we shall see how well this works. I was having connectivity issues but didn't realize it as it was my test controller.

Anyways, you should now be able to access it.
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Re: Online Development Testing

Post by lnevo »

Curt, needed another RA to test the iOS app. I tried to get an r99 from this controller and got nothing. I did get the initial ReefAngel Controller Web page banner when testing and now nothing.

Also does this have a relay expansion enabled on it? I want to start testing the option of detecting how many relay bars you have attached. If not, could you add a reference in the code on this one to the second relay box so it is enabled? :)
binder
Posts: 2871
Joined: Fri Mar 18, 2011 6:20 pm
Location: Illinois
Contact:

Re: Online Development Testing

Post by binder »

Sometimes there are issues with it. If you get a reset, just try again. I tested it out internally here and I would get it to display and then I would try something else and it would fail. Then I would try again and it would work. I think it has to do with how fast the requests come in and if there is still an open connection from the controller.

Anyways, just updated it to 1.0.7 with 1 expansion box. I also have a 2nd controller on my network that you can test if you like. It's on port 2010 and it's got 2 expansion boxes plus salinity and water level module enabled (water level isn't connected, only enabled).
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Re: Online Development Testing

Post by lnevo »

Cool seems better now. At least i could load the banner and then r99.

I will try and get things going to finish up this patch soon. Would really love to support the extra bar when we get a release in.

Also i fixed the relay expansion labels being loaded. :)
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Re: Online Development Testing

Post by lnevo »

Not getting any data on either 2000 or 2010 :(

I'm trying to get RA support added for http://www.aquaticlog.com :)
binder
Posts: 2871
Joined: Fri Mar 18, 2011 6:20 pm
Location: Illinois
Contact:

Re: Online Development Testing

Post by binder »

lnevo wrote:Not getting any data on either 2000 or 2010 :(

I'm trying to get RA support added for http://www.aquaticlog.com :)
I just tested it and it's up and working on port 2000. http://curtbinder.no-ip.com:2000/
I did notice that if you have a page open in a web browser and try to connect to it again or reload the page, it fails and you get the connection reset error.
Post Reply