Pinger v2.0 - Never miss a Minecraft session again!

Discussion in 'Off Topic' started by Pathaleon, Sep 30, 2013.

  1. Pathaleon

    Pathaleon Forum & Server Administrator
    Staff Member

    Joined:
    Jul 3, 2012
    Messages:
    1,014
    Likes Received:
    670
    [​IMG]
    Pinger is a simplistic application that allows you to Ping hostnames and IP addresses without having the knowledge of Command Prompt. Not only that but it has a useful tab which displays all Minecraft server status, although that isn't it! I have implemented a section as you can see above a part which will tell you the status of all SKCraft Servers, so you will never miss a session again.

    This program was made by myself and is the first thing I have ever produced, although I would not have been able to complete it without the help from SeriousSte as he broadened my understanding on sockets and how they work along with the code required.

    Please suggest addition features that you would like to see in future versions.

    Download the application from here
    Hosted By SeriousSte!
    (Windows Only)

    Current:
    V2.0
    - Inital Release
    ---------------------------------------------------------------------------------
    Legacy:
    V1.3
    - Tray Notifications (Server Down/Server Up)

    V1.22
    - Fixed Application icon

    V1.2.1
    - Disabled resizeable window
    - Auto refresh interval added

    V1.2: Initial Public Release
    - Added Last Successful Request
    - Rewritten Server Query Method
    - Created the logo!

    V1.1
    - Added Minecraft Tab
    - Various Bug Fixes
    - Refined Ping Method
    - Added Response Time

    V1.o - Initial Pre-release
    - Unable to delete user defined servers.
    - Application Icon Missing
     
    kidio007 likes this.
  2. Pathaleon

    Pathaleon Forum & Server Administrator
    Staff Member

    Joined:
    Jul 3, 2012
    Messages:
    1,014
    Likes Received:
    670
    Latest News:

    Updated to V2.0 see changelog!
     
    punk_and_goth likes this.
  3. Pathaleon

    Pathaleon Forum & Server Administrator
    Staff Member

    Joined:
    Jul 3, 2012
    Messages:
    1,014
    Likes Received:
    670
    V2.0 has now been released. The Original Post will be updated with new graphics shortly!
     
  4. LGuasso

    LGuasso Community Manager
    Staff Member

    Joined:
    Mar 12, 2012
    Messages:
    465
    Likes Received:
    299
    Path you should use huge bold texts for sub-titles, like
    ~~Info~~
    ~~Download~~


    what do you think? :D

    delete this post when you have read it please!

    see you!


    Edit
    ~~Gift to Path~~
    http://imgur.com/a/84CWI
     
  5. Siioh

    Siioh If you can read this, you're too far

    Joined:
    May 29, 2013
    Messages:
    333
    Likes Received:
    118
    My suggestion, port it to the one (and probably only) operating system that barely anyone makes programs for...

    MAC.
     
  6. ZoomerX

    ZoomerX Sent to exile for no reason

    Joined:
    Feb 13, 2013
    Messages:
    223
    Likes Received:
    88
    Siioh, you better start sharing whatever crack you're smoking.
     
    Siioh, gknova61 and Fluttermine like this.
  7. gknova61

    gknova61 Farbes Lover

    Joined:
    Mar 17, 2012
    Messages:
    1,238
    Likes Received:
    350
    2expensive
     
    Fluttermine likes this.
  8. Pathaleon

    Pathaleon Forum & Server Administrator
    Staff Member

    Joined:
    Jul 3, 2012
    Messages:
    1,014
    Likes Received:
    670

    I don't really think it would just simply be a case of porting it although I could be wrong.

    Its coded in VB.Net for the pure basis that this is what I am being taught in college.

    Im not too sure what the scene is for Mac OS X and .NET but I assume it is windows only.
     
  9. Pathaleon

    Pathaleon Forum & Server Administrator
    Staff Member

    Joined:
    Jul 3, 2012
    Messages:
    1,014
    Likes Received:
    670
    I have looked into it and it maybe possible. My computer is actually in the process of being painted. At the moment though I am on my family imac and will have a go :)
     
    Siioh likes this.
  10. Jamjardavies

    Jamjardavies Programmer (Not for Skcraft)

    Joined:
    Aug 26, 2013
    Messages:
    7
    Likes Received:
    1
    Could be made for a Mac using Mono, but then you lose the nice metro look and feel. Besides, if you want to run Windows apps in Mac, buy Parallels or run BootCamp :p
     
  11. Siioh

    Siioh If you can read this, you're too far

    Joined:
    May 29, 2013
    Messages:
    333
    Likes Received:
    118
    I've got VMWare for Windows 8, but it just ain't the same...

    *Born a Mac, die as a Mac*
     
  12. Siioh

    Siioh If you can read this, you're too far

    Joined:
    May 29, 2013
    Messages:
    333
    Likes Received:
    118
    Painting, that sounds fun...Good luck on your coding!
     
  13. Alfhaily

    Alfhaily New Member

    Joined:
    May 8, 2013
    Messages:
    7
    Likes Received:
    3
    Hi Path, I am a Mac developer (In generally: I know VB, C, Objective C, Python, lua, and currently learning assembly) and you can see some of my work on https://github.com/FreeManRepo .
    I can make a "port" (Basically, recode it in Objective-C) of this app, let me know if you need any help.
     
    LGuasso likes this.
  14. Jamjardavies

    Jamjardavies Programmer (Not for Skcraft)

    Joined:
    Aug 26, 2013
    Messages:
    7
    Likes Received:
    1
    Having done Objective-C etc and knowing the best way to "port" things, if this program was to be ported, would be to use Mono-Develop and C#. As Path is learning VB.Net at college, I thought I'd help him learn faster by helping him with Pinger.

    Reason I'd use Mono is: Same code for all platforms (Linux, Mac, Windows, iOS, Android and WP).

    Alfhaily, if you would like to port it for your own project, you have my go-ahead however, note we connect to the Minecraft Server and deal with the Minecraft packets to get the Server Info.