Git Product home page Git Product logo

cmtp-responder's Introduction

SPDX-License-Identifier: CC-BY-SA-4.0

Copyright 2019 Collabora Ltd

Author: Andrzej Pietrasiewicz <[email protected]>

Date: 4th March 2019

cmtp-responder

What cmtp-responder is?

cmtp-responder forks from the Tizen's mtp-responder and belongs to a general class of software known as "mtp responders". Any mtp responder's task is to provide device side implementation of the MTP protocol and cmtp-responder is no different.

The rationale for a fork

While we appreciate the work Tizen has put into creating mtp-responder, we must acknowledge that the original Tizen's code is hard to reuse, because it depends on a lot of Tizen-specific libraries. We forked it to make cmtp-responder depend only on generic libraries. This of course implies removing all the Tizen-specific features.

The purpose of cmtp-responder

The purpose of cmtp-responder is to provide a reusable minimal MTP implementation for everyone to reuse. The long-term goal is to make this project the implementation of choice for a variety of projects, including commercial products, and make this project as feature-complete as possible while maintaining generality and minimal dependencies.

commit guidelines

These are experimental, and might turn out not-matching real life!

Commit messages shall start with a capital letter, be short and to the point, and shall not end with a fullstop.

Commit messages shall be prefixed with a component name and a colon, e.g.:

transport: The remainder of the commit message ....

A component consists of both an src directory and its counterpart include subdirectory, e.g.:

include/transport/*

and

src/transport/*

together constitute the "transport" component.

If a change spans across multiple components, think again whether it has to and restructure your commits if possible.

If a change must span across multiple components, then start your message with "major rework:".

If a change refers to the project build files (e.g. CMakeLists.txt), then use the name "build:".

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.