Roger Hardiman

Results 22 issues of Roger Hardiman

Hi cpufetch works great on my StarFive VisionFive2 SBC so took a screenshot to add to the README as Section 3.4 Noticed in the Examples of README.md there was no...

Tested with prebuilds and compiling serialport from source

Hi The nodeJS SerialPort module comes with a prebuilds folder with .node files for Windows, Mac, Linux (32 and 64 bit variants, and glibc and musl variants) Because it uses...

Some serial ports on SBCs from Nvidia and NXP i.MX6, i.MX7, i.MX8 SOCs were being filtered out. This adds more items to the list.

In the RISC-V world, CPUs are often designed by companies like SiFive, T-Head and Andes. Use the /proc/cpuinfo 'uarch' values to get the CPU designer and CPU model. These designs...

This is work in progress, but wanting to raise a PR for some feedback from the gortsplib project This code modifies 'examples/proxy' so that it adds an ONVIF backchannel media...

Hi I can see SharpRTSP has code to be a client of a RTSP over HTTP Server. I want to add support for RTSP over HTTP and RTSP over HTTPS...

Hi When Parsing the InputReport from an XBox Controller (hardwired on USB) I get NaN for the analogue joystick values. I can see the values are present int he raw...

Hi For the SharpRTSP Project (on github) I've implemented the protocol called RTSP-Over-HTTP which dates back to 1999. The protocol uses a long running HTTP GET connection which requires the...

Hi Found a difference between this project and the Windows native HttpListener It seems that _request.RemoteEndPoint_ goes invalid after _respose.outputStream.Close()_ or after _response.Close()_ On Windows with the native implementation you...