Search found 31 matches

by f1rmb
Sat Jun 04, 2022 8:16 pm
Forum: DMR Specific Support
Topic: pistar + baofeng dm-1801(opengd77) problem
Replies: 3
Views: 1063

Re: pistar + baofeng dm-1801(opengd77) problem

Hi,

The OpenGD77 hotspot works on all supported models (MD9600/RT90 included), except the RD-5R (hardware issue).
Looks like a network issue (MMDVMHost/DMRGateway/Firewall/etc).

Cheers.
---
Daniel
by f1rmb
Tue Mar 15, 2022 4:52 am
Forum: Pi-Star General Support
Topic: computer is missing?
Replies: 8
Views: 1100

Re: computer is missing?

Hi,

Traceroute would work with -I:

Code: Select all

sudo traceroute -I www.google.com

Cheers.
---
Daniel
by f1rmb
Thu Oct 07, 2021 6:45 am
Forum: Software Support
Topic: small bug in HD44780 driver
Replies: 7
Views: 7940

Re: small bug in HD44780 driver

Hrmm, you got me thinking is it better? or is it still broken... I just realized "POCSAG" is 6 characters, when it should only be 5 according to the string size limitations. So I wonder if the G is going to wrap to the next line or top in the case of a 16x2. I guess I'll have to do some t...
by f1rmb
Thu Oct 07, 2021 4:01 am
Forum: Software Support
Topic: small bug in HD44780 driver
Replies: 7
Views: 7940

Re: small bug in HD44780 driver

Hi,

FYI, I just saw the broken patch has been reverted on Jonathan's repo, also the "POCSAG TX" string was shortened to "POCSAG".

Way better ;-)


Cheers.
---
Daniel
by f1rmb
Sun Oct 03, 2021 2:12 pm
Forum: Software Support
Topic: small bug in HD44780 driver
Replies: 7
Views: 7940

Re: small bug in HD44780 driver

Hi, Hi Jason ( KE7FNS ) Sorry to say but i stop this nonsense. Again and Again i told you in my case everything is working perfect. ! NO issues on my screen. If you want to change the code be my guest. ( https://github.com/g4klx/MMDVMHost/blob/master/HD44780.cpp ) Just make changes to my last code c...
by f1rmb
Mon Apr 12, 2021 4:52 am
Forum: IP Networking
Topic: DMRGateway LOG Showing SOCKET errors
Replies: 3
Views: 6418

Re: DMRGateway LOG Showing SOCKET errors

Hi,

Oh, it's definitely yes.
The returned error is the result (and gives clues). About the reason of this error, you have to investigate ;-)


Cheers.
---
Daniel
by f1rmb
Sat Apr 10, 2021 3:05 am
Forum: IP Networking
Topic: DMRGateway LOG Showing SOCKET errors
Replies: 3
Views: 6418

Re: DMRGateway LOG Showing SOCKET errors

Hi,

This is a network error.

errno #101:
#define ENETUNREACH 101 /* Network is unreachable */


Cheers.
---
Daniel
by f1rmb
Thu Mar 25, 2021 7:12 pm
Forum: DMR Specific Support
Topic: Why is DMR Net now yellow?
Replies: 21
Views: 21061

Re: Why is DMR Net now yellow?

Hi, I think this log parsing thing could be dropped, as Jonathan merged a change I've made for DMRGateway and MMDVMHost, which makes possible to retrieve connections status using RemoteCommand. Using this, you can have a real status per network (which is useful to turn the background color to red fo...
by f1rmb
Fri Mar 19, 2021 6:46 am
Forum: DMR Specific Support
Topic: Why is DMR Net now yellow?
Replies: 21
Views: 21061

Re: Why is DMR Net now yellow?

Take these sample logs: re-logons are occurring quickly enough (like, one line later) but the delay rolling off those specific log lines can take a while, leaving one with the impression that they're disconnected. A disconnection from the master is going to immediately indicate a RED "DMR Net&...
by f1rmb
Fri Mar 19, 2021 5:59 am
Forum: DMR Specific Support
Topic: Why is DMR Net now yellow?
Replies: 21
Views: 21061

Re: Why is DMR Net now yellow?

Not entirely true, as the new function checkDMRLogin() is wrong by design: it's checking if a disconnection has happened in the last 5 lines of the log (MMDVMHost or DMRGateway), but it doesn't check if a reconnection did happened afterward. So, "yellow" state can falsely remains on scree...