Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- Bpq32
- Messages
Search
Re: Modernizing the HTML control panel
toggle quoted message
Show quoted text
|
Re: Modernizing the HTML control panel
I did reply to this earlier, but it seems to have vanished!
?
The response should automatically get parsed into an object, but I've added an extra check to make sure that happens.
?
Please replace js/api-client.js with the attached file, and let me know if you still get an error. |
pop stop working.
Any one else use POP on BPQ? mine stop working since the upgrade to 6.0.24.42, now running 6.0.24.45 and same thing. I am running g BPQ32 on windows.
Not sure if the problem is at my end ou BPQ. NNTP and SMTP work fine. -- 73 de Jean, VA2OM / VE2PKT Sysop de: VE2PKT (BBS), VE2PKT-2 (BPQNode), VE2PKT-4 (XRPI) : VE2PKT-5 (Jnos), VE2PKT-9 (DXCluster) RF: 145.05 Mhz (1.2K Bps) Packet, 147.435 Mhz, VARA Internet: Telnet: ve2pkt.dyndns.org port 2323 (Xrpi Node) - VE2PKT-4 Telnet: ve2pkt.ampr.org port 9000 (DXCluster) - VE2PKT-9 E-Mail: packet: va2om@ve2pkt.#qbc.qc.can.noam ampr net: va2om@... Inet: ve2pkt@... Hamshack Hotline: 5500000866 Membre Createur du groupe [email protected] /g/PacketQuebec Carte des Station RF au Quebec |
Re: Linbpq, Winlink Express, and Kenwood D710 won't connect
AFIK, one must switch a 700 or 710's teeny TNC to KISS, if the radio has been powered down.?? For example, w/ Putty:? Serial, Serial line (COMX), KISS ON, Restart. Pretty sure same is true for D7, D72, etc. Kenwoods. Jer K4WOF
On Sunday, October 6th, 2024 at 9:20 PM, Jim - KI0BK via groups.io <jccordill@...> wrote:
|
Re: New Versions
¿ªÔÆÌåÓýThanks John! Much appreciated.
Best regards,
Gary, K7EK
Get
On Oct 7, 2024, at 02:55, John G8BPQ <john.wiseman@...> wrote: Sorry, it looks like it failed to upload. It shoud be there now. |
Re: Modernizing the HTML control panel
¿ªÔÆÌåÓýI think your code to send the token is faulty. I see this:Authorization: Bearer [object Object] I've changed the server code to send the CORS headers. If you let me know what platform you are using I'll send you a binary. 73, John On 06/10/2024 19:38, Rik M7GMT wrote:
|
Re: New Versions
¿ªÔÆÌåÓýSorry, it looks like it failed to upload. It shoud be there now.73, John On 07/10/2024 02:13, Gary - K7EK via
groups.io wrote:
|
Re: New Versions
I do not see the new BPQ32 or BPQMail, only BPQ32.dll dated 10/06 in the beta folder. The most recent files beyond that are dated 08/27. Am I looking in the wrong place?? Best regards, Gary, K7EK
On Sunday, October 6, 2024 at 12:25:54 PM EDT, Eric H. Christensen via groups.io <wg3k@...> wrote:
On Sunday, October 6th, 2024 at 03:30, John G8BPQ <john.wiseman@...> wrote: > I've uploaded new versions of BPQ32, BPQMail and linbpq to my beta site. > > This should fix the problem with SendPToMultiple forwarding messages > that have reached their target BBS. It adds the BBS HA to the Routing > Trace to help diagnose problems with bull distribution. This update seems to have fixed my problem with HA routing.? I reran routing on all my messages and it picked up @USA AND @NA messages and properly routed them. BBS Version 6.0.24.45 241006 16:18:33 ?? ? ? ? ? Msg 8930 Routing Trace To PKTNET Via USA 241006 16:18:33 ?? ? ? ? ? Routing Trace. Check if reached correct area My HA is #SMD.MD.USA.NOAM 241006 16:18:33 ?? ? ? ? ? Routing Trace Type B (Flood) TO PKTNET VIA USA Route On WW NOAM USA (null) (null) 241006 16:18:33 ?? ? ? ? ? Routing Trace HR WW NOAM USA (null) (null) Matches BBS KA1VSC 241006 16:18:33 ?? ? ? ? ? Routing Trace HR WW NOAM USA (null) (null) Matches BBS KA3VSP 241006 16:18:33 ?? ? ? ? ? Routing Trace HR WW NOAM USA (null) (null) Matches BBS KB3KOW 241006 16:18:33 ?? ? ? ? ? Routing Trace HR WW NOAM USA (null) (null) Matches BBS N3HYM 241006 16:18:33 ?? ? ? ? ? Routing Trace - No Match Thank you! 73, Eric WG3K FM18rp Packet: WG3K@WG3K.#SMD.MD.USA.NOAM E-Mail: wg3k@... |
Re: Modernizing the HTML control panel
¿ªÔÆÌåÓýYes, that sounds like it.I'll have a go with Firefox. 73, John On 06/10/2024 19:42, Rik M7GMT wrote:
|
Re: Modernizing the HTML control panel
I just tried in Chrome and the request to /api/request_token fails with the following error: Access to XMLHttpRequest at 'http://192.168.0.109:9123/api/request_token' from origin 'null' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Not sure which browser you were using, but that sounds like what you were seeing. |
Re: Modernizing the HTML control panel
That's very strange, John. I've attached a couple of screenshots of the Firefox developer console, and a .har file which you can import into your own browser console so that you can click around on the various requests and see details for yourself.
?
You can see that the request to /api/request_token succeeds and I get a token in the response. This token is then supplied as part of the request to /api/nodes, but this fails with a CORS error: Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://192.168.0.109:9123/api/nodes. (Reason: CORS preflight response did not succeed). Status code: 403.
?
It doesn't make much sense to have an open API if it's only usable from pages served by BPQ itself, so I would suggest allowing any origin, rather than relying on pages to be served by BPQ. As I mentioned earlier, this will only affect browsers as other tools like NodeJS and Python don't actually bother checking or obeying CORS rules anyway. ![]()
request-token-success.jpg
![]()
nodes-failure.jpg
_Archive _24-10-06 19-20-03_.har
_Archive _24-10-06 19-20-03_.har
|
Re: Modernizing the HTML control panel
¿ªÔÆÌåÓýThanks, Rik.I've traced the data stream between the Browser and BPQ and am not seeing an OPTIONS message. If I install your code in the BPQ HTML folder the token request is accepted. The api request fails as you are not supplying the token, but if I bypass the code to check this the data is returned. There is a problem that BPQ isn't putting the correct content-type header in returned css but so long as the css is cached in the browser it works. On reflection I'd prefer the pages to be installed on the server rather than allowing cross domain requests. 73, John On 06/10/2024 10:30, Rik M7GMT wrote:
|
Re: New Versions
On Sunday, October 6th, 2024 at 03:30, John G8BPQ <john.wiseman@...> wrote:
I've uploaded new versions of BPQ32, BPQMail and linbpq to my beta site.This update seems to have fixed my problem with HA routing. I reran routing on all my messages and it picked up @USA AND @NA messages and properly routed them. BBS Version 6.0.24.45 241006 16:18:33 ? Msg 8930 Routing Trace To PKTNET Via USA 241006 16:18:33 ? Routing Trace. Check if reached correct area My HA is #SMD.MD.USA.NOAM 241006 16:18:33 ? Routing Trace Type B (Flood) TO PKTNET VIA USA Route On WW NOAM USA (null) (null) 241006 16:18:33 ? Routing Trace HR WW NOAM USA (null) (null) Matches BBS KA1VSC 241006 16:18:33 ? Routing Trace HR WW NOAM USA (null) (null) Matches BBS KA3VSP 241006 16:18:33 ? Routing Trace HR WW NOAM USA (null) (null) Matches BBS KB3KOW 241006 16:18:33 ? Routing Trace HR WW NOAM USA (null) (null) Matches BBS N3HYM 241006 16:18:33 ? Routing Trace - No Match Thank you! 73, Eric WG3K FM18rp Packet: WG3K@WG3K.#SMD.MD.USA.NOAM E-Mail: wg3k@... |
Re: BBS Forwarding RF/AXIP
What's sad is that most people either don't want to learn from past
toggle quoted message
Show quoted text
documentation, like the NEDA quarterlies/annuals, or they are not aware that information does exist somewhere. As for routing via RF, the past practice (before the internet) was to have forwarding partners at the compass points around you and you used a separate frequency for each direction if you could (dedicated RF/point-to-point). If that was not possible, a local LAN frequency was used that only forwarding was done between nodes and not open to users. The dedicated links were a 203, the local LAN was 192. MINQUAL is set to 161 so that you only saw your neighbor and one step further out so that you knew which partner to forward it to. All forwarding links were on 220 (LAN) or 440 (P-to-P). On 10/6/2024 7:38 AM, Chuck Gelm wrote:
On 10/6/24 07:13, Charles Hargrove wrote:This means that you have only one forwarding partner on an RF link,Hi, Charles: --
Charles J. Hargrove - N2NOV NYC-ARECS/RACES Citywide Radio Officer/Skywarn Coord. NYC-ARECS/RACES Nets 441.100/136.5 PL ARnewsline Broadcast Mon. @ 8:00PM NYC-ARECS Weekly Net Mon. @ 8:30PM NY-NBEMS Net Saturdays @ 10AM & USeast-NBEMS Net Wednesdays @ 7PM on 7.036 Mhz USB (alt 3.536)/1500 hz waterfall spot; MFSK-16 or 32 "Information is the oxygen of the modern age. It seeps through the walls topped by barbed wire, it wafts across the electrified borders." - Ronald Reagan "The more corrupt the state, the more it legislates." - Tacitus "Molann an obair an fear" - Irish Saying (The work praises the man.) "No matter how big and powerful government gets, and the many services it provides, it can never take the place of volunteers." - Ronald Reagan |
Re: New Versions
What is the best procedure for updating? Em dom., 6 de out. de 2024, 04:30, John G8BPQ via <john.wiseman=[email protected]> escreveu: I've uploaded new versions of BPQ32, BPQMail and linbpq to my beta site. |
Re: BBS Forwarding RF/AXIP
On 10/6/24 07:13, Charles Hargrove wrote:
This means that you have only one forwarding partner on an RF link,Hi, Charles: Thank you for the response. This may be getting 'off-topic', but that definition sounds much like a Point-to-point link wherein 2 stations have exclusive access to a channel (without regard to band/baud: HF, VHF, UHF, or SHF / 300 to 144,400,000 baud. ;-). As I prefer RF routing, I further complicate routing by assigning 'all' RF links a NETROM value of 192 and 'all' AXIP a value 191, and generally without regard to link speed. I keep my MINQUAL set to see only my neighbors and neighbor's neighbors, but I prefer not to 'node hop' through my neighbor BBSs' nodes. I prefer to move messages to the neighbor better able to route/deliver. I just love it when folks mention hidden transmitter and exposed node syndrome. On that topic ignorance and apathy too often lead to failure. Again, thanks. 73, Chuck |
Re: BBS Forwarding RF/AXIP
This means that you have only one forwarding partner on an RF link,
toggle quoted message
Show quoted text
typically 220 or 440, at 1k2, 9k6 or higher. This drops the possibility of having collisions or hidden transmitter syndrome. Dedicated links, whether RF or AXIP links on the internet, will have NetRom quality settings of 203 (80% reliability). On 10/6/2024 5:12 AM, Chuck Gelm wrote:
I have always been confused about the word 'dedicated' as in /"dedicated RF links"/. --
Charles J. Hargrove - N2NOV NYC-ARECS/RACES Citywide Radio Officer/Skywarn Coord. NYC-ARECS/RACES Nets 441.100/136.5 PL ARnewsline Broadcast Mon. @ 8:00PM NYC-ARECS Weekly Net Mon. @ 8:30PM NY-NBEMS Net Saturdays @ 10AM & USeast-NBEMS Net Wednesdays @ 7PM on 7.036 Mhz USB (alt 3.536)/1500 hz waterfall spot; MFSK-16 or 32 "Information is the oxygen of the modern age. It seeps through the walls topped by barbed wire, it wafts across the electrified borders." - Ronald Reagan "The more corrupt the state, the more it legislates." - Tacitus "Molann an obair an fear" - Irish Saying (The work praises the man.) "No matter how big and powerful government gets, and the many services it provides, it can never take the place of volunteers." - Ronald Reagan |
Re: Modernizing the HTML control panel
Sure. This pages tries to fetch the node list, but fails - see the developer console in your browser (right click on the page, choose "Inspect", then go to the Network tab).
?
The form expects the IP:port of a BPQ node's HTTP port. All the code for this is in js/api-client.js - to simplify the demo, it requests a new token before each request to the API (we wouldn't normally do this, of course). |
to navigate to use esc to dismiss