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

list of stations in the map on Windows MobaXTerm #280

Open
maurizioandreotti opened this issue Nov 13, 2023 · 5 comments
Open

list of stations in the map on Windows MobaXTerm #280

maurizioandreotti opened this issue Nov 13, 2023 · 5 comments
Labels
Map Subsystem Issues related to Map subsystem

Comments

@maurizioandreotti
Copy link
Contributor

So, not sure how, at some point the list of stations got populated, but it doesnt get updated, not even closing and reopening d-rrats or mobaxterm.
image

I am running 2 D-rats 0.4x in parallel connected to the same ratflector : the one running into mobaxterm doesnt refresh the list of stations after having received their position

I pushed the position request from the mingw d-rats as the moba doesnt send the request (see other bug opened)
i am sure that the D-rats in mobaxterm also received the positions, as I can see them into the console,

image

but the same do not get displayed into the "event log" window (and yes sniffing and raw text options are enabled:
image

@maurizioandreotti
Copy link
Contributor Author

redone tests... it seems stations were not showing as d-rats was actually disconnected from the ratflector

INFO:SocketDataPath:connection to pldares.ratflector.com 9000
INFO:SocketDataPath:getline: Host does not require authentication
INFO:RPCSession:worker: Cancelling job 3 due to timeout

@wb8tyw
Copy link
Contributor

wb8tyw commented Nov 14, 2023

I am finding on this new Windows 11 PC, with its current power settings is going into such a deep sleep that the repeater gets disconnected, or it is because something with one of the ISPs on one end or another dropping idle sessions.

Still need to investigate if TCP/IP keepalives would help here.

Attempting a communication on a disconnected repeater results in nothing happening with the client GUI which makes it look like nothing is happening.
I think we have a ticket about the silent disconnects with out reconnections.

@maurizioandreotti
Copy link
Contributor Author

maurizioandreotti commented Nov 14, 2023 via email

@KP4AJ
Copy link

KP4AJ commented Nov 15, 2023

It is working but MobaXterm maps rendering seems slower than other platforms. I left the Map window open and most tiles and station got published.

Maybe a note in the wiki could help. But thats my experience, desirable others test the MobaXterm functionality (particularly maps). Other than that MobaXterm is a quick and easy mechanism for Windows users.

73'

Edfel
KP4AJ

@wb8tyw
Copy link
Contributor

wb8tyw commented Apr 22, 2024

MobaXterm has Cygwin based environment. Cygwin has an extra DLL that translates some posix APIs to Microsoft Windows APIs.
Msys2 uses a more minimal interface to native Wind32 APIs. I do not know if that makes a difference in speed. Someone would have to design some tests to see if there is a speed difference between one or the other.

@wb8tyw wb8tyw added the Map Subsystem Issues related to Map subsystem label Jun 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Map Subsystem Issues related to Map subsystem
Projects
None yet
Development

No branches or pull requests

3 participants