Skip to content

Commit

Permalink
fix typos in ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
orkun1675 authored Nov 4, 2016
1 parent ca85e88 commit 753dc82
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# LoLPing
OS X Menu Bar App to Test Ping to LoL Servers

This is a simple menu-bar application for Mac OS X devices (10.10+) that let's the user select which League of Legends server they are playing on, and shows them their current ping (delay) to this server.
This is a simple menu-bar application for Mac OS X devices (10.10+) that lets the user select which League of Legends server they are playing on, and shows them their current ping (delay) to this server.

## Pinging
The ICMP protocol is used to send and receive data to remote servers. The project implements the [SimplePing API by Apple](https://developer.apple.com/library/content/samplecode/SimplePing/Introduction/Intro.html) to ease the process.

## Startup
The application is run automaticaly at startup (whenever the user logs in). This is achieved by the *LauncherHelper* application embeded in the project. *LauncherHelper* is registered as login item, and launches *LoLPing* when it is run. *LoLPing* terminates *LauncherHelper* once it initializes properly.
The application is run automatically at startup (whenever the user logs in). This is achieved by the *LauncherHelper* application embedded in the project. *LauncherHelper* is registered as a login item, and launches *LoLPing* when it is run. *LoLPing* terminates *LauncherHelper* once it initializes properly.

## UserData
The user data (which server the user selected) is stored in the *UserDefaults.standard* library.
The user data (the users selected LoL server) is stored in the *UserDefaults.standard* library.

0 comments on commit 753dc82

Please sign in to comment.