aboutsummaryrefslogtreecommitdiffstats
path: root/host
AgeCommit message (Expand)AuthorFilesLines
2018-07-28sniff: ensure the checksum error flag is also printedKévin Redon1-4/+4
2018-07-26sniff: rename reset hold/release to assert/deassertKévin Redon1-4/+4
2018-07-26sniff: send ATR over GSMTAPKévin Redon1-5/+14
2018-07-24USB: print decoded USB errorKévin Redon1-5/+10
2018-07-11sniff: add checksum verification for ATR and PPSKévin Redon1-0/+4
2018-07-11host sniff: add functions to print flagsKévin Redon1-29/+61
2018-07-11host sniff: process remaining usb messages in bufferKévin Redon1-3/+6
2018-07-11USB: add flags for sniff data and centralise transferKévin Redon1-57/+49
2018-07-11host: set license to GPLv2+Kévin Redon10-40/+153
2018-07-04sniffing: move conversion convertion and flag processing from ISR to main loo...Kévin Redon1-13/+13
2018-07-04host USB: add host application to receive and display USB sniffing messages s...Kévin Redon2-1/+538
2018-07-04host USB: use central SIMtrace USB ID definition headerKévin Redon2-12/+5
2018-07-04host usb_util fix: used provided class, sub-class, and interfave when finding...Kévin Redon1-4/+4
2017-05-11host: Allow matching of device to USB path, not just address0.3v0.3Harald Welte4-4/+44
2017-05-11host: Ignore some more libusb error return codesHarald Welte1-1/+3
2017-05-11host: Switch SIM to remote and issue modem reset on startupHarald Welte1-0/+75
2017-05-10host: fix various compiler warningsHarald Welte3-9/+10
2017-05-10host: Split transport from slotHarald Welte1-26/+55
2017-05-09host: split the transport layer from card emulationHarald Welte1-30/+42
2017-05-09host: cosmetic cleanup, function renamingHarald Welte1-28/+44
2017-05-09Convert to new generalized SIMTRACE2 USB protocolHarald Welte4-46/+88
2017-03-06add udev rules for all (currently) supported devicesHarald Welte1-0/+21
2017-03-06simtrace2-remsim: Improve support for many interfaces + devicesHarald Welte5-9/+423
2017-03-06simtrace2-remsim: Document and add longopts for UDP forwardingHarald Welte1-2/+6
2017-03-06host: fix some compiler warnings (now that we have -Wall)Harald Welte1-7/+3
2017-03-06host: Add "-Wall -g" CFLAGS to get compiler warningsHarald Welte1-0/+1
2017-03-06simtrace2-remsim: Move away from global variablesHarald Welte1-59/+73
2017-03-05fix symlink that caused host programs to not buildHarald Welte1-1/+1
2016-03-20simtrace2-remsim: Instruct SAM3S to simulate card removal on SIGINTHarald Welte1-0/+15
2016-03-20simtrace2-remsim: Send an ATR that allows for a 5MHz/16 divider0.1Harald Welte1-0/+32
2016-03-19remote-sim host tools: Auto-discover the endpoint addressesHarald Welte6-27/+124
2016-03-19Add simtrace2-remsim applicationsHarald Welte7-0/+989