GitXplorerGitXplorer
H

bustracker

public
1 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
cdf50be9ba2d2f38376c5e253e5e1e6ba8bcb01b

Add LICENSE file via addalicense.com

HHackToHell committed 10 years ago
Unverified
32c6a08c561b1d5fe85b6176ec72b99662230e84

Fixed protobuf

HHackToHell committed 10 years ago
Unverified
7220ea61df157743e89199a1b49acec0b7d9492e

Fixed readme :|

HHackToHell committed 10 years ago
Unverified
bd676c02abe7349ad29349bdc0227c8d43e25653

Added readme

HHackToHell committed 10 years ago
Unverified
0605407ed76ab12b378f19ee5211ae1ffe001e08

Fix protobuf types

committed 10 years ago
Unverified
b8687563d792ee47bc9fd616c5403d15e2f1b5ed

fixed untracked files

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.