XaeroDegreaz / SmartSocket

SmartSocket is an extensible open source, Java and PHP socket server engine. Its aim is to make creating multi-user applications as quick and painless as possible. With SmartSocket, you don't have to worry about keeping track of users, writing server code, managing threads, etc. All you have to do is use the simple communication protocol to send method call back and forth between the server and the client!
http://www.smartsocket.net
15 stars 4 forks source link

Looking for the code that works in the Tutorials. #2

Closed martinws closed 12 years ago

martinws commented 12 years ago

Hi

I've been looking at this SmartSocket code linked directly from the Website SmartSocket website. It looks just like the thing I've been looking for. I'm thinking of creating a SmartSocket client for iOS/Objective C. Problem is I've found the tutorial discusses methods which are not present in the in the v2.0 source code or JavaDocs. e.g. addDataListener and addEventListener.

There could be more (Event enum?). I'm downloading directly from https://github.com/XaeroDegreaz/SmartSocket/downloads. Should I be downloading from elsewhere?

XaeroDegreaz commented 12 years ago

addDataListener is part of the Flash API, and is not included in the JavaDoc (it's embedded in the ActionScript code for the Flash API).

Nope, you're downloading from the right place :)

martinws commented 12 years ago

Ok.. I saw the use of a 'SmartSocketClient' in the demo and thought the Java one would work the same. (I have no Flash experience).