Jump to content

palasx

Members+
  • Posts

    4
  • Joined

  • Last visited

Everything posted by palasx

  1. well, i can honestly say: crap. i mean uhhh, thanks for the heads up on arguments, i was going to be passing the ip in 4 parts, plus 1 part for the port. now i know i will have to parse a single argument, that alone probably saved me a food 3 hours of "wtf?". i'll probably get started on it by this weekend, i was so sure i could con you into doing this i started reading some starlet asm tutorials for the wii. so i guess thanks for saving me from THAT hell too hahaha. i promise i will try not to, but if i run into any problems (specific to your code, not ds compiling in general i promise) would it be ok to PM you? thanks again, it really is good loking code, you really couldnt have made it much easier *cough*COMMENTS*cough* for some jackarse to pick up where you stopped. my appluase, adulation, respect, and hats off to you sir. hopefully you take up this past time again for future ds projects.
  2. ok, so is that the official "im not touchin this code no more" post? cause im not one of those impatient people, im MUCH more lazy and seeing as how i am currently between projects, if you never ever ever intend to impliment dns lookup and port selection, then i'll get to it. only a couple more dialogs on the ds side (i'll probably repurpose the password dialog and not use your cool ip picker ) and one more box on the server. i cant see it taking more than a few days after i figure out how wifilib works well, heres hoping that YOU do it, and failing that, i would gladly accept any pointers or advice you have about bugs you ran into or pitfalls to avoid, as this will be my first DS coding oh last question, would you be offended if i changed the color of the menus? just to differentiate versioning??
  3. posted this in the other .82 thread many weeks ago, never got a reply, posting it on this thread before i start tackling the code myself. will probably just recompile on a different port, havent even looked at dns yet. please read original poster!
  4. long tiem lurker, first time poster, sorry i have to start with a request: Great app, good choice on delphi, nice of your to put UPX in the source zip, haha. but seriously, i have never coded any c/++ for the DS and if oyu are willing to add 2 EASY features then lord help me i wont have to Request: 1. Variable port. VERY easy to add. needs 1 additional text box (and some bound checking) in the server app, and adding a second argument to sendTouchUDP, adding another popup screen, or adding parsing to the IP in the format of XXX.XXX.XXX.XXX:PORT. i know i could do this, but lets be honest you are MUCH more familiar with your code already, and have ds coding experience, so i beg you please, add an option to change default port. if you have to, you could skip the ds menu input of the port and just read it from the ini file along with the IP. it would mean the user would have to connect once on the default port, but could then go into the INI with any text editor. 2.DNS instead of or in addition to IP. i'm pretty sure libwifi has this in it already, all that would need to be done is check if the IP stored in the ini fits the standard XXX.XXX.XXX.XXX, or XXX.XXX.XXX.XXX:PORT if request #1 gets filled haha, and if it doesnt, dns lookup on null term'd c-string and return resultant IP. this one might be a bit harder ,im not sure i could do it, ive never written any code that does dns lookups, and im not intamitly familiar with the protocol beyond port 53, request, ack, data, ..., PROFIT!. so i'd be counting on you a LOT for this one. if you are absolutely 110% uninterested in either of these ideas, which i think would greatly improve the usability of your app, especially across the internet instead of just locally, then i have one lsat request. please list all needed libraries besidesyour delphi assembler/IDE, any changes from default devkitPRO directories, and i guess wifi lib version. i'd REALLY hate to tread all through someone elses code then not be able to compile the darn thing Thank you in advance, again this is a wonder program, you have mad great strides with it since your began with the source, and your code is mostly readable with very very few "omg what the hell" exceptions. P.S. Comments dude, commends, you know what the function does, and i know what it does NOW, but i could have known 10 minutes ago hehehe j/k thanks again!
×
×
  • Create New...