Results 1 to 5 of 5

Thread: lua help

                  
   
  1. #1
    DCEmu Newbie
    Join Date
    Sep 2007
    Posts
    5
    Rep Power
    0

    Default lua help

    I am making an online game and I have the connection working but then when I try to make a new socket I need to put a ..port? I cant figure out what port to put I tried alot of different ones but none of them worked. Please help me out.

  2. #2
    GP2X Coder/Moderator
    Join Date
    Jan 2006
    Posts
    1,678
    Rep Power
    87

    Default

    It depends on what you are trying to connect to. HTTP traffic is on port 80 and FTP is port 21 by standard.

    You have to send traffic from the client to the server's/peer's port that it has opened to listen for traffic.

    Read up on how networking works in general before trying to develop programs for it.

  3. #3
    DCEmu Newbie
    Join Date
    Sep 2007
    Posts
    5
    Rep Power
    0

    Default

    which one are infracture games http or ftp?

  4. #4
    GP2X Coder/Moderator
    Join Date
    Jan 2006
    Posts
    1,678
    Rep Power
    87

    Default

    Neither. YOU select which ports they use in code. Your client and the other peer you are trying to connect MUST use the same ports. If the peer is listening on port 57984 then the client must send data on 57984.

    As I said, learn the basics of general networking before attempting to developing networking programs otherwise you will be running into problems that you don't know how to solve or debug.

  5. #5
    DCEmu Newbie
    Join Date
    Sep 2007
    Posts
    5
    Rep Power
    0

    Default

    thanks but i have another question. Is luasocket needed to use the wifi functions like to create a socket? becuase when i make a game I can connect but then I connect create a socket becuase it says I didnt put a port? please help me out.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

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