]> sigrok.org Git - libsigrok.git/commit
beaglelogic: Implement TCP protocol
authorKumar Abhishek <redacted>
Thu, 21 Sep 2017 16:24:17 +0000 (21:54 +0530)
committerUwe Hermann <redacted>
Tue, 26 Sep 2017 16:14:46 +0000 (18:14 +0200)
commit9b2b3ef93e9821ffc9edc1c8bdd929c0143939dd
treec201a3c18587c1e0943ace7b1fa1398b1bf69f83
parent0bca2e75f555fc975970c8e9c859c37c74380ede
beaglelogic: Implement TCP protocol

BeagleLogic now supports two modes of interface - one being the
native mode running on an ARM system like the BeagleBone Black
and the other mode acting like a TCP client for the BeagleLogic
server running off a BeagleBone compatible system. This makes it
convenient for desktop users to retrieve samples from BeagleLogic,
no more copying files and SSHing into the BeagleBone hardware in
order to use BeagleLogic.

Signed-off-by: Kumar Abhishek <redacted>
Makefile.am
src/hardware/beaglelogic/api.c
src/hardware/beaglelogic/beaglelogic.h
src/hardware/beaglelogic/beaglelogic_tcp.c [new file with mode: 0644]
src/hardware/beaglelogic/protocol.c
src/hardware/beaglelogic/protocol.h