Search found 2 matches

by pronem
Sat Apr 19, 2014 6:41 am
Forum: NetBurner Software
Topic: MOD5270 Putled struggle
Replies: 2
Views: 3413

MOD5270 Putled struggle

Hi,

I have started a new project on my MOD5270 after 2 years. Tried to start with a basic putleds project. Somehow Leds do not go on. Any guidance. See code below.

#include "predef.h"
#include <stdio.h>
#include <ctype.h>
#include <startnet.h>
#include <autoupdate.h>
#include <dhcpclient.h ...
by pronem
Fri Jul 27, 2012 7:29 am
Forum: NetBurner Software
Topic: HTTP active socket number
Replies: 2
Views: 2574

HTTP active socket number

Hi,

I am using Netburner for the first time. My need is to build a custom get and post handler routines.

Exsiting runtime library function yourgethandler( int sock, PSTR url, PSTR rxb ) needs present active HTTP socket. How do I get the needed active HTTP socket? Just wnated to see if there is a ...