GitXplorerGitXplorer
H

bustracker

public
1 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
ed43fa24b5d4aa6efe225c889b6874b80a9fcc00

Add gitigonre

HHackToHell committed 10 years ago
Unverified
ad1fd168675f64bf990936ede11ea3e51e390503

Moved files to subdir/

HHackToHell committed 10 years ago
Unverified
48efec93d0e4c6fdec75dddbb25ab66b88f12098

Merge branch 'bustracker_android_app'

HHackToHell committed 10 years ago
Unverified
f12a144195bfad5aacb2788489f8859f74e4b787

Moved files to subdir/

HHackToHell committed 10 years ago
Unverified
77fb3cf8f4f4b8c631aab23bb03bfe73157c009b

Server works data needs conversion

HHackToHell committed 10 years ago
Unverified
c260de99a30f947d57bee8d44001fa890b0231a0

async done

HHackToHell committed 10 years ago

README

The README file for this repository.

#Open Source GPS Bus tracker

##Install Download and install Go http://golang.org/dl/ Now download an IDE of your choice like Atom from http://atom.io or LiteIDE

We now need to get the pq package and also the protobuf package, before that we need to set up the environment for go called "Workspace"

Make a folder where the packages you pull will be placed and add it to the path as GOPATH(different instructions for different platforms, use google)

Now make sure you have git and mercurial executables in your path before getting the above mentioned packages as go simply does a clone of the repository

go get github.com/lib/pq

For protobuf go get code.google.com/p/goprotobuf/{proto,protoc-gen-go}

After installing protobuf from http://code.google.com/p/protobuf/

Finally run

go run server.go

This should start the protobuf server, the HTTP server is server2.go(Still incomplete). Currently uses Postgres, will add schema later.