Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: positional data/plots and handling disconnects. #199

Open
Jumziey opened this issue Mar 3, 2020 · 5 comments
Open

feature: positional data/plots and handling disconnects. #199

Jumziey opened this issue Mar 3, 2020 · 5 comments

Comments

@Jumziey
Copy link

Jumziey commented Mar 3, 2020

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?

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

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.

@tohojo
Copy link
Owner

tohojo commented Mar 3, 2020 via email

@flent-users
Copy link

flent-users commented Mar 3, 2020 via email

@Jumziey
Copy link
Author

Jumziey commented Mar 4, 2020

Jumziey [email protected] 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?

Good point! I brainfarted there. My first thought was to try and reestablish the connection while the test time hadn't run out. But yeah, i will try and run it with just UDP instead, seems more fitting for application.

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?

Correct!

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 :)

I wont make any promises, but it seems like something i will spend some time on in the future :)

@Jumziey
Copy link
Author

Jumziey commented Mar 4, 2020

Cool. I too have run flent tests from my boat! jg and I had thunk about rigging up a regatta with babel based wifi access points at one point.

Sounds cool too! Boats are clearly the best ;)

@dtaht
Copy link
Collaborator

dtaht commented Mar 11, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants