Skip to content

Releases: uw-midsun/telemetry

untagged-452c6078340f1721543d: Update README.md (#39)

15 Jun 23:54
Compare
Choose a tag to compare
Turns out Typescript and Sass must be installed explicitly.

untagged-1d14a5aae8a1cb762028: Update README (#38)

15 Jun 19:23
Compare
Choose a tag to compare
Since we moved to Go modules, the README has become outdated. Update so that new members can successfully build and run telemetry.

untagged-76ca0c62bc6ad8dbe8ee: Add SocketCAN Support for Telemetry (#37)

11 Jun 00:05
02279e1
Compare
Choose a tag to compare
* Initial commit, WIPX

* - Added socketcan as another input
- Changed serial's input flags to no longer default to /dev/ttyUSB0
- Tested to work on the car

* Updated startup script to start can0 using PCAN dongles

* Undid changes made during testing to the fake.go file

* Added new line to fake.go to match original version

untagged-32e8f4dea3ada18254fa: ELEC-614: Moving to go modules (#35)

01 May 22:35
63ef01b
Compare
Choose a tag to compare
* ELEC-614: Moving to go modules

* ELEC-614: Updated travis file and readme

* ELEC-614: Updating Makefile

Renaming the packages broken certain aspects of the makefile. As well,
since we're using modules, the go list command now works differently

* ELEC-614: Force module support

untagged-d207f00b0af6c50c9d25

15 Apr 01:14
d08b242
Compare
Choose a tag to compare
ELEC-485: Fixing time, fixing make test-coverage target and windows b…

untagged-f64930e4397400dedb9f: ELEC-575: Fix generation of fake data for driver display (#33)

25 Mar 03:58
78b9652
Compare
Choose a tag to compare
- Add function to generate fake CAN messages with source and ID pre-specified.
- Use codegen-tooling to generate new go package, canmsgdefs, that defines CAN message IDs.
- Add function to generate uint64 rawData when passing in several uint8/uint16/uint32.
- Update generation of CAN messages for publishing over message bus.

untagged-8248cfd534f8a2822acb: ELEC-574: Add more information to README (#32)

30 Nov 01:46
c744d03
Compare
Choose a tag to compare
Added instructions to set $GOPATH to a folder in /shared/ folder in the box, so that people can edit files on the host (non-virtual) machine.

untagged-a4142a36847e877d6eca: ELEC-572: Fix loading of CSS/scripts in Chrome (#31)

17 Nov 18:12
a23b56b
Compare
Choose a tag to compare
Strict MIME type checking prevented CSS and scripts from being loaded without an appropriate "type" in the link/script tag.

untagged-733559aeadf7cd9f7853: ELEC-571: README lacks information (#30)

12 Nov 01:48
d3f9dec
Compare
Choose a tag to compare
README did not mention several dependencies which I ran into while setting the telemetry server/client up. I've added some more instructions to help new members get set up faster and address some common errors.

untagged-d6c139d440a0b20d6c25: ELEC-567: Fix Golint URL (#29)

02 Nov 04:46
f9b71df
Compare
Choose a tag to compare
Update Golint URL to newly enforced one.