Thread: Python Server Framework

Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 49
  1. #11  
    Renown Programmer
    Greg's Avatar
    Join Date
    Jun 2010
    Posts
    1,179
    Thanks given
    260
    Thanks received
    1,012
    Rep Power
    2003
    Quote Originally Posted by substance View Post
    Isnt python interpreted not compiled? (i know no programming so please correct me)
    Wouldn't know never used it; google says yes
    Attached imageAttached image
    Reply With Quote  
     

  2. #12  
    Registered Member
    bracket's Avatar
    Join Date
    Aug 2009
    Posts
    5,278
    Thanks given
    1,059
    Thanks received
    1,465
    Rep Power
    5000
    Quote Originally Posted by substance View Post
    Isnt python interpreted not compiled? (i know no programming so please correct me)
    Yes its an interpreted language.
    Reply With Quote  
     

  3. #13  
    🎶 As you're falling down 🎶


    uint32_t's Avatar
    Join Date
    Feb 2015
    Posts
    1,396
    Thanks given
    6,177
    Thanks received
    776
    Rep Power
    5000
    Quote Originally Posted by substance View Post
    Isnt python interpreted not compiled? (i know no programming so please correct me)
    Correct, but like most interpreted languages it can technically be compiled too. Java is a bit weird compared to other programming langauges because technically it's both compiled and interpreted.
    Quote Originally Posted by Idiot Bird View Post
    Quote Originally Posted by Velocity View Post
    lol np mate looks like the community brought ur rep down to ur IQ
    Not too sure about that, it's at 0 . It would have to go minus to even be remotely close to his IQ.
    Reply With Quote  
     

  4. #14  
    Extreme Donator

    nbness2's Avatar
    Join Date
    Aug 2011
    Posts
    692
    Thanks given
    274
    Thanks received
    139
    Rep Power
    430
    Update: Finally got an automatic packet reading system worked out. It's worked for the 2 packets I've had time to read and respond to so far. Hoping to get logging in working in the coming week when I get time off of school and whatnot.

    Reply With Quote  
     

  5. #15 update 5-16-17 
    Extreme Donator

    nbness2's Avatar
    Join Date
    Aug 2011
    Posts
    692
    Thanks given
    274
    Thanks received
    139
    Rep Power
    430
    wow i can "login" now

    (sike legit just send opcode 2 and the client im using will show this and go into a reconnect loop because it actually isnt getting any data relevant to that opcode lol)


    rewrote packet reading to be more automatic and easily 'customizable'. old, new
    rewrote byte packing/unpacking to be more centralized and streamlined rather than having a bunch of X_to_Y functions
    added Session class to hold relevant data here
    added empty BaseEntity and Player(inherits from BaseEntity) here
    added (hopefully) relevant stuff in a CONFIG file here
    added simple email sending thing here

    hopefully i can start to get more done i have a few days off of work and want to get shit working closer to the way it should be
    Reply With Quote  
     

  6. Thankful user:


  7. #16  
    🎶 As you're falling down 🎶


    uint32_t's Avatar
    Join Date
    Feb 2015
    Posts
    1,396
    Thanks given
    6,177
    Thanks received
    776
    Rep Power
    5000
    Nice progress.
    Quote Originally Posted by Idiot Bird View Post
    Quote Originally Posted by Velocity View Post
    lol np mate looks like the community brought ur rep down to ur IQ
    Not too sure about that, it's at 0 . It would have to go minus to even be remotely close to his IQ.
    Reply With Quote  
     

  8. #17  
    JavaScript Heathen 👹

    frostbit3's Avatar
    Join Date
    Mar 2012
    Age
    29
    Posts
    404
    Thanks given
    381
    Thanks received
    90
    Rep Power
    78
    Quote Originally Posted by nbness View Post
    rewrote packet reading to be more automatic and easily 'customizable'. old, new
    rewrote byte packing/unpacking to be more centralized and streamlined rather than having a bunch of X_to_Y functions
    added Session class to hold relevant data here
    added empty BaseEntity and Player(inherits from BaseEntity) here
    added (hopefully) relevant stuff in a CONFIG file here
    added simple email sending thing here
    idk if its just me, but i can't see any of the content on those links. get an "access denied"
    >> real life is pretty much the same as code. off-by-one, naming, and unterminated recursion
    Reply With Quote  
     

  9. Thankful user:


  10. #18  
    Best Rat Donor

    Australisch's Avatar
    Join Date
    Nov 2015
    Posts
    2,049
    Thanks given
    968
    Thanks received
    481
    Rep Power
    4962
    Nice progress, keep it up
    Rsn: vEetswa
    Reply With Quote  
     

  11. #19  
    Donator
    Mr Extremez's Avatar
    Join Date
    Jun 2012
    Posts
    2,243
    Thanks given
    97
    Thanks received
    298
    Rep Power
    61
    Something you don't see every day, good luck
    Add my new Skype: live:extremezgp

    Discord: Mr Extremez#3049

    Reply With Quote  
     

  12. #20  
    Extreme Donator

    nbness2's Avatar
    Join Date
    Aug 2011
    Posts
    692
    Thanks given
    274
    Thanks received
    139
    Rep Power
    430
    Quote Originally Posted by xa ax View Post
    idk if its just me, but i can't see any of the content on those links. get an "access denied"
    oh shit didnt realize i made it private

    fixed
    Reply With Quote  
     

  13. Thankful user:


Page 2 of 5 FirstFirst 1234 ... LastLast

Thread Information
Users Browsing this Thread

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


User Tag List

Similar Threads

  1. Feather - RuneScape Private Server Framework
    By Thock321 in forum Downloads
    Replies: 8
    Last Post: 08-29-2013, 04:48 AM
  2. Creating a server framework
    By Virus X3 in forum Help
    Replies: 34
    Last Post: 12-28-2009, 01:47 AM
  3. 317 Server framework
    By Stability666 in forum Downloads
    Replies: 21
    Last Post: 10-11-2009, 08:33 PM
  4. Login @ PYTHON SERVER!! AMFG!!
    By w::v::d in forum Show-off
    Replies: 11
    Last Post: 08-13-2009, 07:35 PM
  5. RSES Server Framework
    By Lazaro in forum Downloads
    Replies: 62
    Last Post: 03-14-2009, 11:32 AM
Tags for this Thread

View Tag Cloud

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