I found a page with a nice tutorial http://www.cs.eku.edu/faculty/styer/460/ucase_ex.html
I downloaded and compiled the code in my Centos server. Sftp the compiled code to Astlinux and execute it with ./server 3030 Wrote the necessary code in my configuration GUI (Delphi and Windows environment) and I can send ANY udp packet on the local network to port 3030 and receive answer from the Astlinux box running the "udp server" (./server 3030). The sample udp server returns uppercase packets (I send aaa and get AAA back). I will work on the sample code to get "simple" information (uname -r uptime, asterisk running, etc.) instead of uppercase conversion. I have not found the correct way to add packages to the development environment, lack of time :( How can I add (./server 3030) at boot time to a working Astlinux box? Is it possible you can guide me on adding it to the development environment and get a better understanding on adding packages to the development env. Thanks Alejo. > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:astlinux-users- > [EMAIL PROTECTED] On Behalf Of Kristian Kielhofner > Sent: Sunday, May 21, 2006 11:15 PM > To: Discussion of AstLinux - Asterisk on Compact Flash > Subject: Re: [Astlinux-users] Astlinux udp server > > Alejo Alamillo wrote: > > I've created a udp "echo" server in c, to be able to find any Astlinux > box > > in the network. > > The purpose is to add a button to my configuration GUI and automatically > > find any Astlinux box. > > What's the best way to start the udp echo server at start time in > Astlinux? > > Thanks. > > Alejo. > > Alejo, > > This sounds cool. Can you give more details on its function, > operation, and any options (port number, etc)? > > Do you have it working in the astlinux build system? Can you send > me a > diff? > > -- > Kristian Kielhofner > _______________________________________________ > Astlinux-users mailing list > [email protected] > http://lists.kriscompanies.com/mailman/listinfo/astlinux-users > > Donations to support AstLinux are graciously accepted via PayPal to > [EMAIL PROTECTED] _______________________________________________ Astlinux-users mailing list [email protected] http://lists.kriscompanies.com/mailman/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [EMAIL PROTECTED]
