Whenever I sent a message to the server with my client, my server doesn't recieve anything.
mfa : http://www.solcon.nl/s.tennapel/nserver.mfa
Printable View
Whenever I sent a message to the server with my client, my server doesn't recieve anything.
mfa : http://www.solcon.nl/s.tennapel/nserver.mfa
That's not what "On server message" does - "On server message" is triggered when the client receives a message sent by the server.
You can't currently interact with a server hosted from MMF2. It will function as a generic OINC server, but that's about it.
Is it in the plans to allow for server-client interaction?
There is server-client interaction.. that's the fundemental basis of any protocol. The only thing you can't do right now is write an "intelligent" server in MMF2.
Oke thanks, can I interact with a server hosted from a python server?
You can indeed code your own "intelligent" OINC server in Python (see Poinc).
I think our lovely DizzyDoo might post up a tutorial on how to do so ;)
Oke thanks!
I beg to differ. Global Events exist for a reason, rawrQuote:
Originally Posted by Jamie
I... don't have a clue how Global Events will help create an intelligent server. Perhaps you meant Poinc? Oh wait, Poinc isn't MMF2, it's Python.Quote:
Originally Posted by Redsonic
perhaps if you defined what an 'intelligent' server is i could see if it wasn't already possible via global events?