Essays about: "Porting linux"

Showing result 1 - 5 of 8 essays containing the words Porting linux.

  1. 1. IMPLEMENTING NETCONF AND YANG ON CUSTOM EMBEDDED SYSTEMS

    University essay from Högskolan i Halmstad/Akademin för informationsteknologi

    Author : Krister Georges; Per Jahnstedt; [2023]
    Keywords : NETCONF; MbedTLS; YANG; Embedded; SNMP; XML; HMS; IETF; IIoT; ABCC; Wireshark; TLS; Porting; RTOS; IoT; Interoperability; Networking; Security; Protocols; C C ; Embedded Linux; Configuration Management; Microcontroller; Microprocessor; Scalability; Hardware Interfaces; Hardware; Open source; QA; Data Modeling; System Integration; Automation;

    Abstract : Simple Network Management Protocol (SNMP) has been the traditional approach for configuring and monitoring network devices, but its limitations in security and automation have driven the exploration of alternative solutions. The Network Configuration Protocol (NETCONF) and Yet Another Next Generation (YANG) data modeling language significantly improve security and automation capabilities. READ MORE

  2. 2. Using Rust as a Complement to C for Embedded Systems Software Development

    University essay from Lunds universitet/Institutionen för datavetenskap

    Author : Karl Rikte; [2018]
    Keywords : Rust; language review; memory safety; smart pointers; productivity; cross-compilation; Technology and Engineering;

    Abstract : Rust aims to bring safety to low-level programming by using zero-cost ab- stractions. These provide, among other things, guaranteed memory safety and threading without data races. Garbage collected languages have become popular to guarantee safety, but in performance critical, memory limited or real time applications, it is not an ideal solution. READ MORE

  3. 3. Enhancing Quality of Service metrics for high fan-in Node.js applications by optimising the network stack : Leveraging IX: The Dataplane Operating System

    University essay from KTH/Skolan för datavetenskap och kommunikation (CSC)

    Author : Fredrik Peter Lilkaer; [2015]
    Keywords : node.js IX dataplane os QoS;

    Abstract : This thesis investigates the feasibility of porting Node.js, a JavaScript web application framework and server, to IX, a dataplane operating system specifically developed to meet the needs of high performance microsecond-computing type of applications in a datacentre setting. READ MORE

  4. 4. Porting Linux to a Hypervisor Based Embedded System

    University essay from Institutionen för informationsteknologi

    Author : Hariprasad Govindharajan; [2013]
    Keywords : ;

    Abstract : Virtualization is used to improve overall system security, isolate the hardware and it properly manages the available system resources also. The main purpose of using virtualization in embedded systems is to increase the system security by isolating the underlying hardware and also by providing multiple secure execution environments for the guests. READ MORE

  5. 5. Porting a C Library for Fine Grained Independent Task Parallelism to Enea OSE RTOS

    University essay from KTH/Skolan för informations- och kommunikationsteknik (ICT)

    Author : Yihui Wang; [2012]
    Keywords : ;

    Abstract : Multi-core starts an era to improve the performance of computations by executing instructions in parallel. However, the improvement in performance is not linear with the number of cores, because of the overhead caused by intercommunication and unbalanced load over cores. Wool provides a solution to improve the performance of multi-core systems. READ MORE