CTech Metrology, Luc Wens Porting 5GAlert to Jetson Intro from Gemini Porting a CMake project from Windows using vcpkg to a Jetson Orin will require some adjustments, and Visual Studio Code's handling of packages imported with vcpkg will depend on how ... Xenomatix 4 Jul 2025
CTech Metrology, Luc Wens XAI development Goals The final goal is to get the project running on the Jetson. For this we need to walk a few steps Get XAI going on PC using simulation data Get XAI going on Jetson with simulation data Get XAI go... Xenomatix 4 Jul 2025
CTech Metrology, Luc Wens Updating the Jetson to Jetpack 6 How can i upgrade my jetson orin to jetpack 6 THIS FAILED AS THE USB CONNECTION DROPPING EACH TIME MAKES IT GO IN CIRCLES. ONLY OPTION LEFT IS TO HAVE UBUNTU ON A USB STICK AND TAKE IT FROM THERE Usin... Xenomatix 3 Jul 2025
CTech Metrology, Luc Wens Adopting the Jetson User User : jetson Pwd : a Pairing MX Anywhere You're using an NVIDIA Jetson, which runs a Linux-based operating system (usually Ubuntu). While Logitech offers official pairing software (Logitech Unif... Xenomatix 2 Jul 2025
CTech Metrology, Luc Wens Converting python to c++ Introduction Jesse's code consists of 2 main functions C:\XAI\python\5GAlert\ speedtrack.py : calculates the speed i guess C:\XAI\python\5GAlert\ FINAL.py : main detection program This is Python, goal... Xenomatix 2 Jul 2025
CTech Metrology, Luc Wens Plug in design for 5G Alert Of course. Exposing a full C++ class from a shared library (.so file on the Nano) is a standard and powerful technique for creating a plug-in architecture. However, you don't expose the class directly... Xenomatix 30 Jun 2025
CTech Metrology, Luc Wens Updating CMake version on Linux Updating CMake version on Linux I got an error that version 3.22 does not support remote debugging on WSL, so Cmake needed to be updated on WSL. sudo apt-get remove cmake [sudo] password for LucWens: ... Xenomatix 30 Jun 2025
CTech Metrology, Luc Wens Getting xeno alert 5G back going Problems Project is hanging on dell. Boost is taking up too much The boost libraries that are actually required are : boost/beast boost/asio boost/json boost/bind/bind.hpp To restrict to only these li... Xenomatix 27 Jun 2025
CTech Metrology, Luc Wens Testing CMake under visual studio code This is a small test. We : Create a CMake project in Visual Studio 2022 Add vcpkg to it Use vcpkg and fetchcontent in the same small console test program Move to Visual Studio Code to recompile In Vis... Xenomatix 27 Jun 2025
CTech Metrology, Luc Wens 12/6/25 Had a meeting with Benjamin and Jesse. These were the points: Send JSON example to Jesse, for 5G alert determine required fields AI detection information will be stored as file with timestamp in filen... Xenomatix 12 Jun 2025
CTech Metrology, Luc Wens Xenomatix Picking up on the work for Xenomatix Things to do for the 5G safe Alert project: See if software using a regular internet connection works properly Setup with the 5G modem and check that operation Pre... Xenomatix 10 Jun 2025
CTech Metrology, Luc Wens 23/5/2025 For xenomatix, about the 5G modem: Milesight UF31 5G dongle Chrome 192.168.1.1 admin password Applying message service in CTrack First I turned back the modifs made to GetReceivePackage, these were ma... Xenomatix 23 May 2025