-
When using the Pharo installer (**pharo-launcher-3.2.msi**) for Windows on a new Windows PC the Windows Defender Smart Screen filter gets active and classifies Pharo as risky regarding security of the…
-
There should be a way to obtain the timestamp of receiption for a CAN-frame. Ideally, this should be the HW-timestamp, if the device supports it (using SIOCSHWTSTAMP). According to the socketcan docum…
-
nc.exe from [int0x33/nc.exe](https://github.com/int0x33/nc.exe/) is signed and it is verified by signtool.
```
>signtool verify /pa nc.exe
File: nc.exe
Index Algorithm Timestamp
===============…
-
We use hardware timestamps on Linux machines for packet capture. Using hardware timestamps allow us to have a sub-microsecond-level of accuracy for our incoming packets. Until now, that capability h…
-
Store a timestamp with each rule when it was last triggered (lazy timestamping with daily granularity would suffice). Then provide a facility to delete/edit rules after a certain time unused.
Rationa…
-
Hi,
I never managed to create only one valid timestamp with JsignPDF. My installation: JsignPDF 2.2.2 on Windows 10 64 bit.
Could somebody please tell me _one_ TSA URL working in JsignPDF withou…
-
The original design of the dashboard does not specify how current the pulled data is:
![image](https://user-images.githubusercontent.com/10101246/87252564-283a0c80-c442-11ea-99f2-78611c6b5e31.png)
…
-
Hi everyone,
When I try calculate the frame rate of the camera sensors (Left front, Right front or Depth camear sensors) using the frames timestamps (as in SensorVisualization), it doesn't match th…
-
according to [RFC3161 sec 2.3](https://tools.ietf.org/html/rfc3161#section-2.3) when signing a certificate for a time stamping usage, the extended key usage `Time Stamping` must be `critical`.
> id…
-
### Describe the bug
### To Reproduce
Run two captures at the same time, one using candump with hardware timestamps :
`candump -ta -H can1
`
The other utilising python-can e.g. log…