Results 1 to 13 of 13
  1. #1
    ruusey's Avatar
    Join Date
    May 2012
    Gender
    male
    Location
    null;
    Posts
    327
    Reputation
    21
    Thanks
    539
    My Mood
    Cynical

    Lightbulb Java port of KRelay

    Im working on a Java port of KRelay. Im really impatient so tranferring the C# packet definitions to Java is absolutely killing me. If anyone would like to help with this or any other aspects i can share the project with you. PM for more info!

    This is in anticipation for an upcoming RotMG project


    One day... machines will rule the world.

  2. #2
    CrazyJani's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    2,475
    Reputation
    170
    Thanks
    15,666
    Interesting. But why?

  3. #3
    ruusey's Avatar
    Join Date
    May 2012
    Gender
    male
    Location
    null;
    Posts
    327
    Reputation
    21
    Thanks
    539
    My Mood
    Cynical
    Quote Originally Posted by CrazyJani View Post
    Interesting. But why?
    Dont have a lot of experience with C# And want to look into combining Java Web Services API's with Krelay's services for a project im working on.
    Not to mention it would finally allow any Mac users to take advantage of a Proxy
    Last edited by ruusey; 07-28-2017 at 03:53 PM.
    One day... machines will rule the world.

  4. #4
    Matthew's Avatar
    Join Date
    Mar 2017
    Gender
    male
    Posts
    5,330
    Reputation
    1162
    Thanks
    1,156
    Can I ask what the project is?

  5. #5
    ruusey's Avatar
    Join Date
    May 2012
    Gender
    male
    Location
    null;
    Posts
    327
    Reputation
    21
    Thanks
    539
    My Mood
    Cynical
    Quote Originally Posted by Rotmg Fame Farmer View Post
    Can I ask what the project is?
    Looking to build a modular framework to handle trading and character management through a web based API. Idea is, use the queries of a Jax-RS web service to then hook into the frameworks of KRelay to manipulate character items, automate trades, change servers etc...

    would look liike POST "https://myserver****/api/function?accountId=12345&request=changeServer&dest ination=uswest

    Last edited by ruusey; 07-30-2017 at 12:19 PM.
    One day... machines will rule the world.

  6. #6
    Matthew's Avatar
    Join Date
    Mar 2017
    Gender
    male
    Posts
    5,330
    Reputation
    1162
    Thanks
    1,156
    Quote Originally Posted by ruusey View Post


    Looking to build a modular framework to handle trading and character management through a web based API. Idea is, use the queries of a Jax-RS web service to then hook into the frameworks of KRelay to manipulate character items, automate trades, change servers etc...
    Why do you want to have automated trades?

  7. #7
    ruusey's Avatar
    Join Date
    May 2012
    Gender
    male
    Location
    null;
    Posts
    327
    Reputation
    21
    Thanks
    539
    My Mood
    Cynical
    Quote Originally Posted by Rotmg Fame Farmer View Post
    Why do you want to have automated trades?
    Im experimenting with the idea of an item price betting site. All trading, server changing and interactions would have to be managed through an API in that case. Plus i love programming and even if it doesn't work, the experience is always great.
    One day... machines will rule the world.

  8. #8
    Matthew's Avatar
    Join Date
    Mar 2017
    Gender
    male
    Posts
    5,330
    Reputation
    1162
    Thanks
    1,156
    Quote Originally Posted by ruusey View Post


    Im experimenting with the idea of an item price betting site. All trading, server changing and interactions would have to be managed through an API in that case. Plus i love programming and even if it doesn't work, the experience is always great.
    Are you in need of investors for this said idea?

    I see this as a very fun project, to bad I won't be able to help with any of the coding side.

  9. #9
    ruusey's Avatar
    Join Date
    May 2012
    Gender
    male
    Location
    null;
    Posts
    327
    Reputation
    21
    Thanks
    539
    My Mood
    Cynical
    Quote Originally Posted by Rotmg Fame Farmer View Post
    Are you in need of investors for this said idea?

    I see this as a very fun project, to bad I won't be able to help with any of the coding side.
    I appreciate the support!
    Probably down the road when i actually get some working examples going investors to keep the domain up and support operating costs would be in sort. Only thing i need is some coding help possibly right now but as it progresses ill keep everyone updated.
    One day... machines will rule the world.

  10. #10
    Matthew's Avatar
    Join Date
    Mar 2017
    Gender
    male
    Posts
    5,330
    Reputation
    1162
    Thanks
    1,156
    Quote Originally Posted by ruusey View Post


    I appreciate the support!
    Probably down the road when i actually get some working examples going investors to keep the domain up and support operating costs would be in sort. Only thing i need is some coding help possibly right now but as it progresses ill keep everyone updated.
    Yea, wish I could help you with that, keep in touch with me man, I can possibly help you down the road.

  11. #11
    krazyshank's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    RealmStock
    Posts
    2,589
    Reputation
    467
    Thanks
    16,668
    My Mood
    Angelic
    You don't need to port in order to make a web service... There's .NET's ASP.NET which is about as good as it gets for web services.

    Accepting PayPal - Bitcoin - Giftcards - Items:

    Find it here: MPGH Sales Thread

  12. The Following User Says Thank You to krazyshank For This Useful Post:

    Kushala Daora (01-26-2018)

  13. #12
    Kushala Daora's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Location
    RealmSupply
    Posts
    1,075
    Reputation
    73
    Thanks
    642
    My Mood
    Angelic
    Quote Originally Posted by krazyshank View Post
    You don't need to port in order to make a web service... There's .NET's ASP.NET which is about as good as it gets for web services.
    He stated that he doesn't really know C# and wants to use a different language entirely.

    "There is no higher form of user validation than having customers support your product with their wallets." ~ Google


  14. #13
    krazyshank's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    RealmStock
    Posts
    2,589
    Reputation
    467
    Thanks
    16,668
    My Mood
    Angelic
    Quote Originally Posted by Kushala Daora View Post
    He stated that he doesn't really know C# and wants to use a different language entirely.
    Learning is a good thing

    Accepting PayPal - Bitcoin - Giftcards - Items:

    Find it here: MPGH Sales Thread

  15. The Following User Says Thank You to krazyshank For This Useful Post:

    Kushala Daora (07-31-2017)

Similar Threads

  1. [Java Tutorial] The basics of Java
    By Triggor in forum Programming Tutorials
    Replies: 20
    Last Post: 05-25-2020, 03:29 AM
  2. Port Scanner
    By Vetu in forum Spammers Corner
    Replies: 8
    Last Post: 05-09-2016, 04:57 AM
  3. [Java Tutorial] Need Java Books
    By itz me_ in forum Programming Tutorial Requests
    Replies: 1
    Last Post: 11-26-2012, 08:38 PM
  4. a good java program
    By snipelock in forum Java
    Replies: 18
    Last Post: 04-17-2009, 02:56 PM
  5. Java
    By Sean Johnson in forum General Game Hacking
    Replies: 2
    Last Post: 02-07-2006, 01:53 PM