A Build Summary was added a few releases ago. If you don't see it, an upgrade is recommended.
In Eclipse, select the project in the ProjectExplorer or the C/C++Projects tab. Pull down the Project/Clean menu. Then look at the Console view for the build summary. If compilation completes successfully ...
Search found 10 matches
- Sun Dec 20, 2009 6:53 pm
- Forum: NetBurner Software
- Topic: Is there any way to monitor the memeory usage?
- Replies: 5
- Views: 4870
- Sun Dec 20, 2009 3:55 pm
- Forum: NetBurner Software
- Topic: Is there any way to monitor the memeory usage?
- Replies: 5
- Views: 4870
Re: Is there any way to monitor the memeory usage?
Hello Guys,
I actually found one fundtion "spaceleft()" at Bsp.h which looks like what I want, I tested it by allocating memory. It's woking.
But one thing is in one case, when I "new" and then "delete" one C++ construct, the space was not freed through checking the function call, but only once ...
I actually found one fundtion "spaceleft()" at Bsp.h which looks like what I want, I tested it by allocating memory. It's woking.
But one thing is in one case, when I "new" and then "delete" one C++ construct, the space was not freed through checking the function call, but only once ...
- Thu Dec 17, 2009 9:01 pm
- Forum: NetBurner Software
- Topic: Is there any way to monitor the memeory usage?
- Replies: 5
- Views: 4870
Is there any way to monitor the memeory usage?

Is there any way I can monitor the memeory usage of netburner? I actually use SB72 model. I am doing performace testing for my app. If there is some function call I can use to give me a summarise about the memory usage, it can be very useful to check memory leaking.
Regards,
Yang
- Thu Nov 26, 2009 3:47 pm
- Forum: NetBurner's Eclipse IDE
- Topic: NO idea how the wrong happened when rebuilding all system.
- Replies: 0
- Views: 3953
NO idea how the wrong happened when rebuilding all system.
I have not idea about that at all.
Can somebody help?
I just changed the destination port number for SysLog, then rebuilt all system, it was still ok, but when I rebuilt my own project which was running well before. Some link error happened. So lot of "undefined" jumped out as below:
I was stuck ...
Can somebody help?
I just changed the destination port number for SysLog, then rebuilt all system, it was still ok, but when I rebuilt my own project which was running well before. Some link error happened. So lot of "undefined" jumped out as below:
I was stuck ...
- Wed Sep 30, 2009 6:49 pm
- Forum: NetBurner Software
- Topic: continue for remotely updating Netburner :)
- Replies: 3
- Views: 3949
Re: continue for remotely updating Netburner :)
Hell guys, there is the solution for the issue. I should have explained the whole thing more clearly.
To share with you.
> [lgitlitz - Wed Sep 30 18:51:20 2009]:
>
> Hi,
>
> This gives me a much better idea of what your situation is... I put my
> responses under your comments.
>
> > [Enex - Wed ...
To share with you.
> [lgitlitz - Wed Sep 30 18:51:20 2009]:
>
> Hi,
>
> This gives me a much better idea of what your situation is... I put my
> responses under your comments.
>
> > [Enex - Wed ...
- Tue Sep 29, 2009 11:32 pm
- Forum: NetBurner Software
- Topic: continue for remotely updating Netburner :)
- Replies: 3
- Views: 3949
Re: continue for remotely updating Netburner :)
Yang,
I'm not exactly sure what you are tyring to do? If you are running from a PC, the simplest thing seems to spawn TCPUpdate from within your app. Specify the filename and target and away you go. If you are trying to embed the C code in an app, I would suggest "borrowing" as much of the ...
I'm not exactly sure what you are tyring to do? If you are running from a PC, the simplest thing seems to spawn TCPUpdate from within your app. Specify the filename and target and away you go. If you are trying to embed the C code in an app, I would suggest "borrowing" as much of the ...
- Tue Sep 29, 2009 9:54 pm
- Forum: NetBurner Software
- Topic: continue for remotely updating Netburner :)
- Replies: 3
- Views: 3949
continue for remotely updating Netburner :)
Hi bbracken and other guys,
I just took a detail review for the current TCPUpdate. (Last week I just moved to other projects, back again,hehe)
There are still several points I am not very sure after I compared them with UDP updating message through wireshark.
1, "baseaddr" and "length" after "102 ...
I just took a detail review for the current TCPUpdate. (Last week I just moved to other projects, back again,hehe)
There are still several points I am not very sure after I compared them with UDP updating message through wireshark.
1, "baseaddr" and "length" after "102 ...
- Mon Sep 21, 2009 8:20 pm
- Forum: NetBurner Software
- Topic: Remotely updating Netburner
- Replies: 3
- Views: 3947
Re: Remotely updating Netburner
Yang,
Just use TCPUpdate. Regardless of how you do this you will need to ensure that the packets can go through your firewalls.
bb
bbracken, Brilliant! It's so fast response. It really makes me feel not alone.
I just checked the souce code. TCPUpdate is there. Great!
In our scenario ...
Just use TCPUpdate. Regardless of how you do this you will need to ensure that the packets can go through your firewalls.
bb
bbracken, Brilliant! It's so fast response. It really makes me feel not alone.
I just checked the souce code. TCPUpdate is there. Great!
In our scenario ...
- Mon Sep 21, 2009 7:53 pm
- Forum: NetBurner Software
- Topic: UDP
- Replies: 2
- Views: 3050
Re: UDP
CreateTxUdpSocket is in Udp.h which is in /include.
- Mon Sep 21, 2009 7:50 pm
- Forum: NetBurner Software
- Topic: Remotely updating Netburner
- Replies: 3
- Views: 3947
Remotely updating Netburner
Hi guys,
Any guys have the experience to remotely update Netburner? I mean not using NNDK.
We have a Data Centre from where we hope we can update Netburner which is sitting behind soem routers somewhere else. My idea is to use AutoUpdate function in Netburner and coding an update server in the ...
Any guys have the experience to remotely update Netburner? I mean not using NNDK.
We have a Data Centre from where we hope we can update Netburner which is sitting behind soem routers somewhere else. My idea is to use AutoUpdate function in Netburner and coding an update server in the ...