User Tag List

Page 2 of 2 FirstFirst 1 2
Results 11 to 13 of 13

Thread: Send and receive files with moosock ?

  1. #11
    No Products Registered

    Join Date
    Jun 2006
    Posts
    625
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Send and receive files with moosock ?

    set one MOOSOCK to listen/recive then have another MOOSOCK connect to it. The first time it creates 3 sockets but 2 on succsessive connections
    I'm not sure I get what you mean, but I never run into such a problem, remember that the number of sockets is connections+1 once you use "Listen on port..." action. Remember too that those sockets are 1-base (ie if you want to loop through all sockets, you need to launch your loop Sockets-1 time and Select socket at loopindex+1).

  2. #12
    Clicker Multimedia Fusion 2 DeveloperAndroid Export Module

    Join Date
    Jun 2006
    Location
    Canada
    Posts
    611
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Send and receive files with moosock ?

    I developped some kind of 'packets verification system' with MooSock and it work very well so far and its fast!

    Each time, even on client or server that the application is receiving data from the server (if we talk about the clients) or from clients (if we talk about the server) the packets are stored in a list box where the actual program verify the first line (all the time) of that list box and analyse the packet on that line then do the task depending on the packets then delete the line 1, so that the program can analyse the second packet. This way.. the program receive always and correctly all the data from moosock.. so no more problems. =)

    The demo is coming.. sorry for hte long wait i just want to bring something more advanced than just a file sending application lol

  3. #13
    Clicker Multimedia Fusion 2 DeveloperAndroid Export Module

    Join Date
    Jun 2006
    Location
    Canada
    Posts
    611
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Send and receive files with moosock ?

    Download : http://www.clickteam.com/epicenter/ubbthreads.php?ubb=showflat&Number=20890&page=0&PH PSESSID=55caf0ba0c15cac0547eac43f4761ce8#Post20890

    Version 1 available.

    If any bugs found or any questions.. please send a PM !

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. Chat & send/receive files (Cellular / Wifi), is this possible?
    By NaitorStudios in forum iOS Export Module Version 2.0
    Replies: 0
    Last Post: 12th December 2012, 11:36 PM
  2. [request] send/receive sms messages extension
    By cel in forum Extension Development
    Replies: 4
    Last Post: 24th August 2009, 01:47 PM
  3. Send/Receive small files (Moosock) ?
    By FerHat in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 26th December 2008, 01:22 PM
  4. receive/send Stuff to an Online Database or .ini
    By Raikyo in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 9th July 2008, 01:41 AM
  5. Receive-Send
    By mmf2 in forum File Archive
    Replies: 8
    Last Post: 10th November 2007, 11:34 AM

Posting Permissions

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