Search found 15 matches

by jleni
Tue Jan 06, 2009 6:43 am
Forum: NetBurner Software
Topic: BUG? really strange problem in http server
Replies: 3
Views: 3715

Re: BUG? really strange problem in http server

I think this should be corrected as javascript is case sensitive, and I don't want to miss the compression feature..
Using javascript in webpages it is not something unusual...
by jleni
Thu Jan 01, 2009 7:38 pm
Forum: NetBurner Software
Topic: http problem 2, please help
Replies: 1
Views: 2868

http problem 2, please help

I need to create an xml file dynamically. We are using the method you suggested to pass parameters to a function that is included in webpage. So we call the function several times. I have found that if I call the function more than 15 times the page I receive is not complete. If you pay attention to...
by jleni
Thu Jan 01, 2009 7:28 pm
Forum: NetBurner Software
Topic: BUG? really strange problem in http server
Replies: 3
Views: 3715

BUG? really strange problem in http server

I know this is extremely strange. But my javascript code is modified if I get a web page from sb72ex. The webpage that is used in the board contains the following line: for (var i=0; i<16; i++) { var divName="#divfaultbit"+i; mask=1 << i; ... etc ... This code was test on local computer an...
by jleni
Wed Dec 24, 2008 7:19 am
Forum: NetBurner Software
Topic: rs485 half duplex
Replies: 2
Views: 3275

Re: rs485 half duplex

ay ay ay !!!
I was using the file descriptor instead of the port number... hehe
Thanks a lot
by jleni
Mon Dec 22, 2008 11:56 am
Forum: NetBurner Software
Topic: rs485 half duplex
Replies: 2
Views: 3275

rs485 half duplex

I have the following issue and I would really appreciate if anyone could give me a tip. I have one device connected to SB72EX port 0, using rs485 half duplex. I can perfectly read the data that comes from the device but when I answer the other device seems not to hear anything. I tried uploading the...
by jleni
Sat Dec 20, 2008 8:17 am
Forum: NetBurner's Eclipse IDE
Topic: Eclipse and SVN
Replies: 1
Views: 3885

Eclipse and SVN

I need to use svn with a netburner project, but there is a lot of files in .metadata and I don't know what should be ignored..
any tips?
Thanks
by jleni
Mon Dec 15, 2008 6:16 am
Forum: NetBurner Software
Topic: password for autoupdate?
Replies: 5
Views: 4575

Re: password for autoupdate?

I was thinking of some function to override or maybe a callback, where I could change was is being received before passing that to autoupdate. So I could use AES or some similar block cipher to decode the firmware.
by jleni
Sat Dec 13, 2008 8:21 am
Forum: NetBurner Software
Topic: password for autoupdate?
Replies: 5
Views: 4575

Re: password for autoupdate?

Is there any way I can scramble the firmware so other people can't use this in normal netburner boards?
It would be great if I could have some intermediate function as the firmware is receive to decode it.
Any clue about how I can do this?
by jleni
Thu Dec 11, 2008 11:39 am
Forum: NetBurner Software
Topic: Detecting boards
Replies: 6
Views: 5237

Re: Detecting boards

I know that I could fix it that way.. however, the problem is that I would need to update all netburner's applications. In fact, I did that with "IP Setup Tool" but using eclipse was not working, etc.. So I decided that the best option was changing the route. By now the best way to support...
by jleni
Wed Dec 10, 2008 5:55 am
Forum: NetBurner Software
Topic: password for autoupdate?
Replies: 5
Views: 4575

password for autoupdate?

Is there anyway I can set up some kind of password for autoupdate?