I'm using a standalone bridge called FLOSC.jar to communicate between Flash and MaxMSP over OSC ports. Flosc is an open source Java project.
My main question is: how easy/difficult would it be for a Java novice like myself (tho I'm experienced in higher level languages) to write the same bridging functionality into my own java program using the classes provided by the flosc project?
Can someone please take a look at the source and let me know what files I need (there's a confusing number of them!) and give me an outline as to how to go about this?
Thanks a lot!