From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mail.toke.dk X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-101.9 required=5.0 tests=BAYES_00,SHORTCIRCUIT shortcircuit=ham autolearn=disabled version=3.4.4 Received: from mail.toke.dk by mail.toke.dk with LMTP id SBm6G2+vXl47HA0AOr1fkg (envelope-from ) for ; Tue, 03 Mar 2020 20:26:39 +0100 Authentication-Results: mail.toke.dk; none (SPF check N/A for local connections - client-ip=77.235.54.103; helo=web6.sd.eurovps.com; envelope-from=flent-users-bounces@flent.org; receiver=) Authentication-Results: mail.toke.dk; dkim=fail reason="signature verification failed" (1024-bit key) header.d=github.com header.i=@github.com header.b=ryiXEOJk Received: from web6.sd.eurovps.com (web6.sd.eurovps.com [77.235.54.103]) by mail.toke.dk (Postfix) with ESMTPS id 53C4970B398 for ; Tue, 3 Mar 2020 20:26:37 +0100 (CET) Received: from [::1] (port=60248 helo=web6.sd.eurovps.com) by web6.sd.eurovps.com with esmtp (Exim 4.92) (envelope-from ) id 1j9DBc-00DKe0-My; Tue, 03 Mar 2020 21:26:36 +0200 Received: from out-3.smtp.github.com ([192.30.252.194]:43821) by web6.sd.eurovps.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from ) id 1j9DBA-00DKWm-Rk for flent-users@flent.org; Tue, 03 Mar 2020 21:26:16 +0200 Date: Tue, 03 Mar 2020 11:25:28 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1583263528; bh=pm9q47u/WCO+nE3FS1IwdFzLKHJzhsbrYXQSvfpQzno=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ryiXEOJkN4ge+bLrT3Yqdu97Syw39mqJnVWeLMEO4GmXmZqWEDLjwzMCJLomqQF1H C4AP3CfTAcRKO8FE3glF7XwtkULL1vdctvaGVyXJcpWKhYGBlXx3tH5x/QHFVkUCn9 jPcRZLnEh8EkKthxFOnVStdlkee49bo2v4WbPllQ= From: =?UTF-8?B?VG9rZSBIw7hpbGFuZC1Kw7hyZ2Vuc2Vu?= To: tohojo/flent Message-ID: In-Reply-To: References: Mime-Version: 1.0 Precedence: list X-GitHub-Sender: tohojo X-GitHub-Recipient: flent-users X-GitHub-Reason: subscribed X-Auto-Response-Suppress: All X-GitHub-Recipient-Address: flent-users@flent.org Subject: Re: [Flent-users] [tohojo/flent] feature: positional data/plots and handling disconnects. (#199) X-BeenThere: flent-users@flent.org X-Mailman-Version: 2.1.29 List-Id: Flent discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: tohojo/flent Cc: Subscribed Content-Type: multipart/mixed; boundary="===============1540531473504768672==" Errors-To: flent-users-bounces@flent.org Sender: "Flent-users" X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - web6.sd.eurovps.com X-AntiAbuse: Original Domain - toke.dk X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - flent.org X-Get-Message-Sender-Via: web6.sd.eurovps.com: acl_c_authenticated_local_user: mailman/mailman X-Authenticated-Sender: web6.sd.eurovps.com: mailman@flent.org --===============1540531473504768672== Content-Type: multipart/alternative; boundary="--==_mimepart_5e5eaf28efe9_36d53f81e62cd95c34067a"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5e5eaf28efe9_36d53f81e62cd95c34067a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Jumziey writes: > I would like to get some good data on how tcp uploads/downloads works > from a boat in certain areas while moving around with different > solutions. > > I did a naive test with flent running the tcp_download tcp_1up_noping >tests but had a problem with the test just completely shutting down if >i lost connection due to getting into a blind spot. Is this a >configuration issue or is there some extra coding required to fix this? Well, TCP will tend to do that - depending on what you mean by "lost connection". What would you like to have happen instead? > Would be great if there was some native support for presenting gps > data as well on a seachart ala openseamap or similar. It should already be possible to embed a starting location in the metadata (just add it as a test parameter and it'll be saved). But I assume you mean you want periodic location data collected while the test is running, right? > I could certainly look into implementing these features, but would > like some feedback on my thoughts before just forking and trying it on > my own. The location data collection should be straight-forward enough, given a suitable source of location data; no idea what it would take to integrate a map service into the GUI, though... But happy to take patches if you do give it a shot :) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/tohojo/flent/issues/199#issuecomment-594124179 ----==_mimepart_5e5eaf28efe9_36d53f81e62cd95c34067a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Jumziey <notifications@github.com> writes:

> I would like to get some good data on how tcp uploads/downloads works
> from a boat in certain areas while moving around with different
> solutions.
>
> I did a naive test with flent running the tcp_download tcp_1up_noping
>tests but had a problem with the test just completely shutting down if
>i lost connection due to getting into a blind spot. Is this a
>configuration issue or is there some extra coding required to fix this?

Well, TCP will tend to do that - depending on what you mean by "lost
connection". What would you like to have happen instead?

> Would be great if there was some native support for presenting gps
> data as well on a seachart ala openseamap or similar.

It should already be possible to embed a starting location in the
metadata (just add it as a test parameter and it'll be saved). But I
assume you mean you want periodic location data collected while the test
is running, right?

> I could certainly look into implementing these features, but would
> like some feedback on my thoughts before just forking and trying it on
> my own.

The location data collection should be straight-forward enough, given a
suitable source of location data; no idea what it would take to
integrate a map service into the GUI, though... But happy to take
patches if you do give it a shot :)


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.

----==_mimepart_5e5eaf28efe9_36d53f81e62cd95c34067a-- --===============1540531473504768672== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Flent-users mailing list Flent-users@flent.org http://flent.org/mailman/listinfo/flent-users_flent.org --===============1540531473504768672==--