Search found 5 matches

by tigger
Wed Aug 09, 2017 7:17 pm
Forum: NetBurner's Eclipse IDE
Topic: UDP Server Code
Replies: 1
Views: 2879

UDP Server Code

Hello all,

I'm using MOD 5270 (Revision: 2.7.5) and I'm looking for simple UDP server code.
As far as I know there are UDP client examples, but not the server.

Please feel free to share your thoughts/comments.

Thank you!
by tigger
Mon Jun 06, 2016 5:44 pm
Forum: NetBurner's Eclipse IDE
Topic: Single TCP Socket Connection
Replies: 4
Views: 9446

Re: Single TCP Socket Connection

Solved it. Thank you all!
by tigger
Mon Jun 06, 2016 11:53 am
Forum: NetBurner's Eclipse IDE
Topic: Single TCP Socket Connection
Replies: 4
Views: 9446

Single TCP Socket Connection

Hello all, I'm using Netburner MOD5270. Here's the sample code that found from C:\nburn /** @file main.cpp @brief NetBurner Simple TCP/IP Server Example This program will create a TCP server task, which listens on port 23 by default. To test the application you can use Telnet. For example, from a wi...
by tigger
Wed Jun 01, 2016 9:31 am
Forum: NetBurner's Eclipse IDE
Topic: Undefined reference to `gettimeofday'
Replies: 3
Views: 7276

Re: Undefined reference to `gettimeofday'

Hello pbreed, Yes, I need to use usec for my project. Thanks for your suggestion. The reason for my post is that since nobody solved this 'gettiemofday' matter, I just want someone to provide the solution not other suggestion/links. In this forum, I think it's good to know the solution for those of ...
by tigger
Wed Jun 01, 2016 8:39 am
Forum: NetBurner's Eclipse IDE
Topic: Undefined reference to `gettimeofday'
Replies: 3
Views: 7276

Undefined reference to `gettimeofday'

Hello masters, This is my first time to use Netburner MOD5270. Whenever I tried to compile the code, I get "undefined reference to 'gettimeofday'" message. I think I spent enough time to figure out 'gettimeofday' problem. I seriously need a help!! Here's my code: #include "predef.h&qu...