Search found 20 matches
- Sat Jul 23, 2022 6:39 pm
- Forum: NetBurner Software
- Topic: How To: Visual Studio Code - NNDK 2.x on MacOS
- Replies: 1
- Views: 1724
How To: Visual Studio Code - NNDK 2.x on MacOS
I've been using VSCode for a while now for NetBurner development. Originally I followed the official tutorials (https://www.netburner.com/tag/visual-studio-code/) for the newer 3.x NNDK but it didn't work out of the box for one of our legacy products that uses the MOD5270. Just in case anyone was in...
- Fri Mar 18, 2016 10:30 am
- Forum: NetBurner's Eclipse IDE
- Topic: Network GDB for OSX
- Replies: 8
- Views: 12186
Re: Network GDB for OSX
Any update on this? Doesn't appear to be working in 2.7.4 or 2.7.5.
Thanks!!
Thanks!!
- Mon Apr 13, 2015 11:22 am
- Forum: NetBurner Software
- Topic: SSL_connect overflows stack
- Replies: 2
- Views: 2412
Re: SSL_connect overflows stack
Sounds good thx!
- Sat Apr 11, 2015 10:57 am
- Forum: NetBurner Software
- Topic: SSL_connect overflows stack
- Replies: 2
- Views: 2412
SSL_connect overflows stack
If NB_SSL_SUPPORTED is defined and NB_SSH_SUPPORTED is left undefined, all the stack sizes are left set to 2048, causing SSL_connect to overflow the stack if it is called from the main stack or any other stack for which the size is < ~4096
Thx!
Thx!
- Thu Apr 02, 2015 12:55 pm
- Forum: NetBurner's Eclipse IDE
- Topic: Network GDB for OSX
- Replies: 8
- Views: 12186
Re: Network GDB for OSX
Forrest,
Thought I'd take a moment to check in and see if you had a chance to take a look at it? Let me know if you guys need any help!
Thought I'd take a moment to check in and see if you had a chance to take a look at it? Let me know if you guys need any help!
- Fri Mar 27, 2015 10:02 pm
- Forum: NetBurner's Eclipse IDE
- Topic: Network GDB for OSX
- Replies: 8
- Views: 12186
Re: Network GDB for OSX
Fantastic! I can't express how awesome it'd be to have it! Would make debugging significantly easier!
- Fri Mar 27, 2015 2:19 pm
- Forum: NetBurner's Eclipse IDE
- Topic: Network GDB for OSX
- Replies: 8
- Views: 12186
Network GDB for OSX
I was just curious if there were any plans or a timeline available on when network GDB would be included /w NBEclipse for OSX. I was able to get it working by re-building the m68k-elf manually (it took me a lot of googling to find the a similar version as the windows one)... As you can see from the ...
- Thu Mar 26, 2015 8:37 pm
- Forum: NetBurner Software
- Topic: Incorrect SSL function prototypes
- Replies: 1
- Views: 2149
Incorrect SSL function prototypes
The function prototypes `SSL_TcpGetLastRxTime` and `SSL_TcpSendKeepAlive` are defined in <crypto/ssl.h>, however the real functions are defined in ssl.cpp as `SSL_GetLastRxTime` and `SSL_SendKeepAlive`.
- Fri Apr 04, 2014 1:46 pm
- Forum: NetBurner Software
- Topic: Issues with SubmitTcpBuffer4Tx
- Replies: 0
- Views: 3648
Issues with SubmitTcpBuffer4Tx
When using SPEED_TCP, I've encountered a couple of issues and found what I hope are solutions, any feedback would be helpful. I noticed that on a lossy and/or very slow network, its possible to run out of buffers very easily with GetTcpTxBuffer. I realize this could happen, but after comparing SockS...
- Thu Feb 20, 2014 10:01 am
- Forum: NetBurner Software
- Topic: EtherLinkCallback doesn't execute on first load
- Replies: 3
- Views: 3229
Re: EtherLinkCallback doesn't execute on first load
Interesting point.. Perhaps approaching this from a different angle would be better. Possibly having a callback executed or a variable set at the very end of the InitializeStack function, that way it would be guaranteed the stack was at least finished initializing before the callback is executed. Qu...