Releases: uw-midsun/telemetry
Releases · uw-midsun/telemetry
untagged-452c6078340f1721543d: Update README.md (#39)
Turns out Typescript and Sass must be installed explicitly.
untagged-1d14a5aae8a1cb762028: Update README (#38)
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)
* 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)
* 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
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)
- 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)
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)
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)
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)
Update Golint URL to newly enforced one.