85 Commits (c374d0e1e57ec1417e459f6c8cacfde9c494f61d)

Author SHA1 Message Date
DonLakeFlyer 32fc12c51b Allow UDP auto connect to be controlled through settings 8 years ago
DonLakeFlyer f17a103be6 Q_ASSERT cleanup 8 years ago
Sander Smeets 56cb6116c6 UDP join multicast group for windows client 8 years ago
Don Gagne fe0a7e90a2 Better error output 9 years ago
Don Gagne 76677481f6 Reference counting for LinkInterface, LinkConfiguration 9 years ago
Lorenz Meier 78550907fe Adjust license terms in all headers to reflect new dual-license 9 years ago
Don Gagne 8896f5e59d Fix __mobile__ tags 9 years ago
Nate Weibley fe8ff69e24 Refactor writeBytes to _writeBytes 9 years ago
Nate Weibley 7f5726e76f Check for socket nullptr in UDPLink::writeBytes 9 years ago
Nate Weibley 1d0bf62709 Force link writes to occur via a signal/slot connection. 9 years ago
dogmaphobic bdfacbd2b5 General Clean Up 9 years ago
dogmaphobic 6e12a7e8f2 ESP8266 Component Panel 10 years ago
Tomaz Canabrava 6a84a9a9b0 More conversions from old to new Connect syntax 10 years ago
Anselmo L. S. Melo 7d47b470a5 Review iterations over QStrings 10 years ago
dogmaphobic 065d8dafa3 Adding UDP, TCP and Log Replay Settings 10 years ago
Don Gagne b9cb57ec4e Auto connect support 10 years ago
Don Gagne 18dc3d04db Auto connect support 10 years ago
Don Gagne aaed8c2d07 Auto connect support 10 years ago
Lorenz Meier fc9b73583e Fix the corner case of a system running on localhost using the network and the loopback address in parallel. Force it onto the loopback interface. 10 years ago
Lorenz Meier 705b7be205 UDP: Make sure to get broadcast packets 10 years ago
dogmaphobic 2d16bfed4b Stop removing UDP hosts when data send fails. 10 years ago
Don Gagne 2739ae1cf5 Restructure input/output data rate apis 10 years ago
dogmaphobic 765dfbbdef Make the fix dependent on the Qt version. 10 years ago
dogmaphobic ac7e80d652 Oops, removing a host instead of a ghost :) 10 years ago
dogmaphobic 2ad9871503 Removing left over debug output. 10 years ago
dogmaphobic 90e8f87997 Fixing Qt event loop issue where UDP readReady signal would stop working. 10 years ago
dogmaphobic 07239b0e28 Fixed a few issues with target UDP hosts. 10 years ago
Gus Grubba ab7f16795a Fixing non Mac OS builds. 10 years ago
dogmaphobic d653c636af Enabling Zeroconf (Bonjour) on Mac OS/iOS 10 years ago
dogmaphobic 66c712e425 Move the socket close to the proper thread. 10 years ago
Lorenz Meier e61162c285 Fix UDP link handling on IPV6 systems 10 years ago
dogmaphobic f9e571b41a Fixing UDP connections issues. 10 years ago
dogmaphobic b689d5b7b1 Skipping DNS lookup if not needed. 10 years ago
Don Gagne 4f5984b38f Remove link ids and add link mavlink channel 10 years ago
dogmaphobic 3ba09b4d8d Allowing loopback addresses 10 years ago
dogmaphobic ca6dc48023 UPD Link Fix 10 years ago
dogmaphobic 7409141102 Fixed logic where target UDP hosts were using the same local, listening port by default. 10 years ago
dogmaphobic e8a2f0736e Adding TCP to the Link Configuration Manager 10 years ago
dogmaphobic 3fd9497c85 Forcing no proxy for UDP connections. 10 years ago
dogmaphobic 0a31331428 The ultimate goal is to plug a device, set it up and go fly it without any fuss. 10 years ago
Don Gagne c81927fae7 Rework Connect toolbar button usage 11 years ago
Don Gagne 42351ee00b Restructure LinkManager/MAVLinkProtocol 11 years ago
Don Gagne f65c0a5797 Link connect/disconnect only through LinkManager 11 years ago
Don Gagne dc0c3f3db3 LinkInterface::bytesAvailable api removal 11 years ago
Don Gagne 55ea7d4d78 Fix tabs 11 years ago
Don Gagne 41560cd307 Fix Windows Firmware Update crash 11 years ago
Lorenz Meier 5b3e8eb2a0 More cleanup on threading 11 years ago
Lorenz Meier 19eb13dc76 Proper multithreading on all comm threads 11 years ago
Lorenz Meier 85a1e606a8 proper spinning loop 11 years ago
Lorenz Meier f741140ad5 Fix execution context of thread routines - note that this is not quite the architecture the Qt folks intended, but as they admit its the consequence of their architecture. 11 years ago