FOSSASystems / FOSSA-GroundStationControlPanel

MIT License
3 stars 5 forks source link

Very Nice FS-1b/2 interface #1

Open N6RFM opened 4 years ago

N6RFM commented 4 years ago

Hi Richard,

Given that the GS sketches for FS-1b and 2 are mostly deprecated, very nice to see the GSCP approach being worked on!

A few questions -

Great Work! Thanks so much.

Bob N6RFM

Bambofy commented 4 years ago

@N6RFM Hey N6RFM!

Thanks for the feedback and support!

Yes the GSCP will support both public and internal use, so you will be able to use it with your own setup. At the moment the software is in an alpha state, therefore i wouldn't count on it working just yet.

I will specifically test the use case of operating as a public (no-password) user and make sure that it is debugged for you!

The latest build is a hugely different version from the current one in the source code, you will definitely have better results if you compiled the source but it should compile straight away in QT-Creator. Can you tell me what errors occured while building please? Usually its only small compatability errors 👍

Thanks! Richard

N6RFM commented 4 years ago

Hi Richard,

Thanks response. Using latest commit. Have jumped over to QT Creator 64 bit which seems to work fine. For reasons I'll look into, the Linux environment remains problematic.

Appear able to Handshake, and see what may be some sort of ACK? When monitoring for Pings using SDR, no evidence of transmission when using the GSCP. Not sure if enabled as yet, or maybe a password issue. Will standby for next update. All Best! Bob

Message Log output. 80, 00,

Sun Aug 30 13:07:42 2020 80, 00,

Sun Aug 30 13:07:45 2020 82, 02, 00, 00,

82023dfd82020000 ==> is this some sort of ack from handshake?

8000

Sun Aug 30 13:08:05 2020 01, 0b, 46, 4f, 53, 53, 41, 53, 41, 54, 2d, 32, 00,

Sun Aug 30 13:12:09 2020 01, 0b, 46, 4f, 53, 53, 41, 53, 41, 54, 2d, 32, 00,

Sun Aug 30 13:12:15 2020 01, 0b, 46, 4f, 53, 53, 41, 53, 41, 54, 2d, 32, 00,

Sun Aug 30 13:12:16 2020 01, 0b, 46, 4f, 53, 53, 41, 53, 41, 54, 2d, 32, 00,

Sun Aug 30 13:12:17 2020 01, 0b, 46, 4f, 53, 53, 41, 53, 41, 54, 2d, 32, 00,

N6RFM commented 4 years ago

Also, when compiling under Linux Qt Creator show the following fatal error on line 50. Seems not an issue under Windows.

/home/bob/Desktop/FOSSA-GroundStationControlPanel-master/FOSSAGSCP/src/DatagramInterpreter.cpp:50: error: ‘assert’ was not declared in this scope assert(m_mainWindowUI != nullptr); ^~ Cheers. b./

Bambofy commented 3 years ago

Also, when compiling under Linux Qt Creator show the following fatal error on line 50. Seems not an issue under Windows.

/home/bob/Desktop/FOSSA-GroundStationControlPanel-master/FOSSAGSCP/src/DatagramInterpreter.cpp:50: error: ‘assert’ was not declared in this scope assert(m_mainWindowUI != nullptr); ^~ Cheers. b./

Hi! sorry for the late reply, thank you for notifying me of these bugs!