목록전체 글 (102)
Automotive Software
인터페이스가 좀더 심플하면 좋겠지만 그런데로 쓸만함 https://www.maartenbaert.be/simplescreenrecorder/ Main page - SimpleScreenRecorder - Maarten Baert's website Last modified: Mon, 9 Nov 2020 Refresh Main page What is SimpleScreenRecorder? SimpleScreenRecorder is a Linux program that I've created to record programs and games. There were already a few programs that could do this, but I wasn't 100% happy with any of www..
yktoo.com/en/software/sound-switcher-indicator/ Sound Switcher Indicator This app shows an icon in the indicator area or the system tray (whatever is available in your desktop environment). yktoo.com
그래픽환경을 사용하는 경우 코드 완료 후 상기 그림과 같이 등록하면 자동 구동시킬 수 있다. 기본적으로 코드는 gpiozero에서 제공하는 파이썬 라이브러리를 사용하여 간단히 작성되었다. 1. 라이브러리 설치를 위한 pip3 설치 sudo apt update sudo apt install python3-pip 2. pip3를 이용한 gpiozero 설치 $ sudo pip3 install gpiozero 3. 구동 : 하드웨어 접근 권한으로 인해 sudo 명령으로 수행 $ sudo python3 gpio_fanctrl.py gpiozero.readthedocs.io/en/stable/installing.html linuxize.com/post/how-to-install-pip-on-ubuntu-20.04..
사실 캔 통신을 위하여 오토사 스택의 일부분(드라이버, 인터페이스)만 사용하는 경우라면 상위 계층에서의 모드 관리가 필수적이진 않으나, 대부분의 경우 매니저 모듈들을 포함하는 오토사 전체 스택을 사용하는 경우가 많으므로 소프트웨어 컴포넌트(SWC)에 사용할 수 있는 서비스들과 베이직 소프트웨어(BSW)에서 고려될만한 최소의 설정을 소개하고자 한다. 상기 그림에서 나타낸바와 같이 캔 통신 개시를 위해 소프트웨어 컴포넌트에서 사용하는 서비스는 ComM에서 제공하는 아래의 두 함수이다. void ComM_CommunicationAllowed( NetworkHandleType Channel, boolean Allowed ); Std_ReturnType ComM_RequestComMode( ComM_UserHan..
실제 빌드를 해서 사용해도 되고 컴파일된 이미지를 다운받아 사용하면 됨 git clone git://g.blicky.net/ncdu.git/. linux@linux:~/Downloads$ ./ncdu / //최상위 폴더 NCurses Disk Usage ≡ menu ~ Ncdu ~ Info Manual Changelog Screenshots Issues Projects home Yoran Heling projects@yorhel.nl home - git - @ayo = donate = paypal = pgp = only used for releases key - mit 7446 0D32 B808 10EB A9AF A2E9 6239 4C69 8C27 39FA NCurses Disk Usage Ncdu de..