gHowl

gHowl is a set of components which extend Grasshopper's ability to communicate and exchange information with other applications and physical devices.

Android OSCmessage to GHowl. Error Message.

Hello all,

I am writing an android interface to communicate with grasshopper.  It's the same idea as some of the OSC apps in the app store, but they aren't open source and I need to be able to have more control of what gets sent.  Anyways, I am getting the message to send, but only after I ignore an error message.  I'm having a hard time figuring out what it means as I think it pertains to a problem in the GHowl mechanics.  I was hoping someone may help me make sense of this.  

 As for the Android side, I am simply creating a new thread in an Activity and using javaosc library to send the OSC messages.  Again, the message sends, but only after an error screen pops up that I then have to ignore.  

Any help would be greatly appreciated! 

  • up

    Jon Blout

    In case anyone else comes upon this problem, the best method to send is simply to use Java UDP networking.  Let me know if anyone is interested in an example. Much simpler than trying to adapt OSC code.  

    2
    • up

      Daniel Bates

      Hi, I'm having the same problem, did you find a solution?

      I'm receiving OSC from Max/MSP.

      1
      • up

        Konstantin Markin

        Same problem with max msp, did anyone solve it? 

        1