Metadata-Version: 1.1
Name: sgframework
Version: 0.2.2
Summary: A framework for the Secure Gateway concept architecture.
Home-page: https://github.com/caran/SecureGateway
Author: Jonas Berg
Author-email: caranopensource@semcon.com
License: BSD
Description: ===========================
        Introduction to sgframework
        ===========================
        
        Secure Gateway is a concept for an Internet Protocol (IP) based in-vehicle 
        infotainment network, with a secure connection to the safety-critical vehicle 
        network. This allows the user to install infotainment apps on the infotaiment 
        head unit (IHU), without compromising the vehicle safety. 
        The concept is also useful for example in industrial applications, 
        where serial communication to industrial equipment must be protected, 
        or in general for Internet-of-things (IoT) applications. 
        
        
        This sgframework library is a Python package intended for implementing 
        demonstration nodes in the suggested architecture.
        
        There are several examples available, including examples running 
        CAN (Controller Area Network) communication on embedded Linux boards 
        (for example Raspberry Pi and Beaglebone).
        
        Web resources
        -------------
        
        * Free software: BSD license
        * Source code on GitHub: https://github.com/caran/SecureGateway
        * Documentation: https://sgframework.readthedocs.org
        * Python Package Index (PyPI): https://pypi.python.org/pypi/sgframework
        
        Features
        --------
        
        * Examples use the can4python package for CAN communication.
        * Implements Apps and Resources.
        * Supports Python 3.3 and later.
        
        
        
        Installation and usage
        -----------------------
        See separate documentation pages.
        
        
        
        
        =======
        History
        =======
        
        0.2.1 - 0.2.2 (2016-10-17)
        ---------------------
        
        * Documentation dependency update for readthedocs.org
        
        
        0.2.0 (2016-10-17)
        ---------------------
        
        * Improved documentation
        * Examples included
        
        
        
        0.1.0 (2016-07-26)
        ---------------------
        
        * First release on GitHub.
        
Keywords: sgframework
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Embedded Systems
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System :: Hardware :: Hardware Drivers
