bustracker

command module
v0.0.0-...-cdf50be Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 24, 2014 License: GPL-3.0 Imports: 14 Imported by: 0

README

#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.

Documentation

Overview

server

client

db_tets

server

server2

Directories

Path Synopsis
src
msgproto
Package msgproto is a generated protocol buffer package.
Package msgproto is a generated protocol buffer package.
serverz
server_dos
server_dos

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL