GPSReader and parser program in java
NOTE:
Create a directory or a folder on C: and name it GPS. Open the GPS directory and create text file named input.txt. Copy and paste the following String example of NMEA format Stirng on the input file. Save the file and close it.
e.g. $GPGGA,hhmmss.ss,llll.ll,a,yyyyy.yy,a,x,xx,x.x,x.x,M,x.x,M,x.x,xxxx*hh
Instruction for Running the project ++++++++++++++++++++++++++++++++++++++++
1: With netbeans.
download GPSReader project and save it on your projects folder. Start your netbeans application. Go to file menu and choose Open Project. Open Project dialog appears, navigate to where you saved the project. Click open. Right click the project on the project window and choose run from the menu.