Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - bimbar

#1
VMWare support?
#2
SR-IOV should have the same impact on the VM functionality as passing through the card, so I'm not sure if that is going to help you.
#3
If you only want to reach the matter devices, you might want to go for "Static IPv6" and use a unique local address range (fdXX::).
#4
Or zerotier.
#5
General Discussion / Re: NTP Server: GPS
January 08, 2025, 11:50:41 AM
Quote from: pfry on January 07, 2025, 08:22:48 PM
Quote from: bimbar on January 07, 2025, 10:24:24 AM[...]
@pfry: you can not trigger on NMEA, because PPS is its own line on the serial interface and only that line carries that signal.
[...]

Implementation dependent. Current RS-232 and USB implementations may have issues, but the old discrete UARTs could be configured to interrupt immediately on any signal. In addition, GPS receiver implementation will likely not support precise timing of NMEA data, but some old ('90s) units did have this option. I recall one in particular with its PPS optionally connected to DCD and normally disabled, as its normal RS-422 didn't have control lines. I'll have to plug in my old Ultralink WWV clock and see how bad it is now, as it uses a similar method (time delivered on the second, with PPS disconnected). It used to be quite accurate back in the day.

That is also what I have seen, that PPS is connected to DCD, but I do not know of any way to do precise NMEA timing without PPS.
#6
General Discussion / Re: NTP Server: GPS
January 07, 2025, 10:24:24 AM
I'll consolidate my answers into one post :) .

@Patrick: That's very cool, I have been looking for something cheaper than Meinberg.

@Greg_E: PTP is a whole different thing, I don't think we need that, we're just at NTP here.
Also, GPS has 2 time signals:
- coarse time is delivered via NMEA, but it pretty much only tells you the second. I have seen GPS time sources only using NMEA, even in the NTP Pool, but it's very bad practice
- precise time is delivered as a 1PPS signal, meaning one pulse per second, which triggers a pulse exactly on the second
A GPS time source as we know it uses a combination of both.

@pfry: you can not trigger on NMEA, because PPS is its own line on the serial interface and only that line carries that signal.

@lilsense: as long as your GPS interface maintains sync, it doesn't really matter which one you use. I recommend multi-band ones since they tend to hold sync better, especially indoors.

Those centerclick devices seem the way to go, they're pretty cheap for what they claim to do. If I had known that, I don't think I would have built my own esp32 based GPS stratum 1 NTP clock.
#7
General Discussion / Re: NTP Server: GPS
January 06, 2025, 02:21:47 PM
IMO GPS without PPS is not worth it. Better to use internet time.
#8
German - Deutsch / Re: IPV6 Verständnis-Frage / Basics
January 06, 2025, 12:16:00 PM
IPv6 kommt, Widerstand ist zwecklos.

Ich nehme mal an, das lief via mdns und link-local Adressen.
#9
General Discussion / Re: NTP Server: GPS
January 06, 2025, 12:14:12 PM
Generally you need a serial gps adapter with PPS signal. GPS NTP performance without PPS is poor. Unfortunately I am not aware of USB GPS adapters that do PPS - probably because PPS is usually a dedicated line and maybe USB performance is not good enough for PPS anyway.
#10
General Discussion / Re: New forum look
December 16, 2024, 03:46:41 PM
Unfortunately, I did not see that one.
#11
General Discussion / Re: website update looks great!
December 16, 2024, 03:46:25 PM
From the other thread I made -

It looks nice, but it's unreadable.

Would it be possible to at least make the topic headings more distinct?
The normal forum topic list is sort of ok, but the "Unread Posts" view is really bad.
#12
General Discussion / New forum look
December 16, 2024, 11:55:21 AM
It looks nice, but it's unreadable.

Would it be possible to at least make the topic headings more distinct?
The normal forum topic list is soft of ok, but the "Unread Posts" view is really bad.
#13
German - Deutsch / Re: Neue Hardware wird benötigt
December 02, 2024, 11:04:28 AM
Wer zu wenige Ports hat, sollte einen Switch kaufen.
#14
If you need to solve this in KEA, it can be done via client classes like so:

"Dhcp6": {
    "client-classes": [
        {
            "name": "Client_enterprise",
            "test": "substring(option[1].hex,0,6) == 0x0002AABBCCDD",


You can test on pretty much any content of the packet: https://kea.readthedocs.io/en/kea-2.2.0/arm/classify.html
#15
Quote from: vicking on November 29, 2024, 12:41:28 PM
Quote from: AhnHEL on November 28, 2024, 03:23:05 AM
A Lenovo M920q is about $140.  Add the PCIE16 Riser Card 01AJ940 with baffle for $35 and attach that to a Intel i350-t2 or t4 and you'll have something much better and dependable than those Aliexpress boxes in my opinion.


https://forums.servethehome.com/index.php?threads/lenovo-thinkcentre-thinkstation-tiny-project-tinyminimicro-reference-thread.34925/

Exactly this! Been Using a m720q with a 9100T, 16gb ram and Intel i350-AM2 SFP card directly connected to my AON and it has been rock solid!
Consumption is 11w idle which is almost the same as those n100 boxes which most of them have non optimized BIOS or even are unable to tweak them because of pore architecture...

Intel 9100T: 35WTDP
Intel 8500T: 35W TDP
Intel N100: 6W TDP

I use a Beelink EQ12 as router at the moment.