[Openslp-devel] SLP User Agent for iPad/iPhone

2011-07-14 Thread sudheer dantuluri
Hi Team, I'm an iPhone/iPad developer and I'm trying to develop an application which can identify devices which announces their services using SLP in a network. I've googled in may sites but couldn't find any help. It would be great if someone of you can help me out as how my iPad application can

Re: [Openslp-devel] SLP User Agent for iPad/iPhone

2011-07-15 Thread sudheer dantuluri
client-side port and send to 427 on the server without root privileges. Am I >> missing something? (I could be – I didn’t get a lot of sleep last night. :-) >> ) >> >> ** ** >> >> John >> >> ** ** >> >> *From:* Nick Wagner [mailto:ne.

Re: [Openslp-devel] SLP User Agent for iPad/iPhone

2011-07-25 Thread sudheer dantuluri
cheers > Matt > > > > -- > *From:* John Calcote [mailto:john.calc...@gmail.com] > *Sent:* 15 July 2011 23:04 > *To:* 'Nick Wagner'; 'sudheer dantuluri' > > *Cc:* openslp-devel@lists.sourceforge.net > *Subjec

Re: [Openslp-devel] SLP User Agent for iPad/iPhone

2011-08-11 Thread sudheer dantuluri
it on mac os! > > Regards, > Varun > > > On Monday, July 25, 2011 03:13:56 pm sudheer dantuluri wrote: > > Hi John, Hird & Nick, > > > > Good Morning !!! > > I've started working on building an openSLP library for iPad. For that > I&

Re: [Openslp-devel] SLP User Agent for iPad/iPhone

2011-08-12 Thread sudheer dantuluri
prototype the functions and give > your code access to the requisite OpenSLP data structures. Follow the > example code you find in the programmer’s guide.**** > > ** ** > > Regards, > > John > > ** ** > > *From:* sudheer dantuluri [mailto:dantuluri.sudh...@gm

[Openslp-devel] Unable to find SLP Services using SLPFindSrvs function

2011-09-20 Thread sudheer dantuluri
Hi, We have successfully compiled the openSLP2.0beta2 source code for iOS and with your instruction written a sample application to find out list of services available on the local network -- to do this we have used slp.h and libslp.a files created by GNU Make process. PFA Example file for the sa