CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    May 2013
    Posts
    2

    Send UDP data to an iPhone app

    Hi to all,
    I have developed an iPhone/iPad app called iDatanet which lets you listen to a stream of UDP data off a specified port with a very simple protocol:
    iDataNet@var1;val1@var2;val2@var3;val3 (… etc …)

    I have a devloped quite a few programs in Visual Basic .Net which send data over the wifi using this UDP protocol to the app.
    It works great, but I need some people to help me test it out and see if there are any bugs.
    The app is currently free and can be downloaded at:
    https://itunes.apple.com/us/app/idat...8907?ls=1&mt=8

    In the app you can then configure various pages with displays showing the incoming pairs of variables (or labels) and values (which can be numbers or words).
    If you need some VB code send me a private message and I will email it to you. Also I would be curious to hear if people have an idea of what applications this could have in real life?
    I'm thinking, industry, universities, hostpitals... Any thing you can think of?
    Thanks!

    Cyrille

  2. #2
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    Re: Send UDP data to an iPhone app

    hmmm, why would you be posting a iphone app in a vbnet forum?

    You do know that this area is for posting questions related to VB.Net code right?

    I actually thought you had a question related to sending UDP but instead I just wasted my time opening the thread.
    Always use [code][/code] tags when posting code.

  3. #3
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Send UDP data to an iPhone app

    Look into an AZURE account. Not sure about UDP, but you can interact with Android and iPhone devices (as well as Windows)
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  4. #4
    Join Date
    May 2013
    Posts
    2

    Re: Send UDP data to an iPhone app

    Ok, will do. Thanks dglienna!

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured