April, 30th 2003
Copyright (c) 2002-2005 NMM work group, Computer Graphics Lab, Saarland University, Germany, http://www.networkmultimedia.org Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found in the file COPYING.FDL. |
This document describes the development of plug-ins (called nodes) for NMM.
By now, you should be familiar with the core concepts of NMM, namely nodes, jacks, messages, and formats. You should know what a flow graph of NMM nodes is. If not, several texts provide an introduction to NMM. Read 'The Network-Integrated Multimedia Middleware (NMM) : Basic Introduction', 'Hello World! Welcome to NMM application development :)', and 'States and State Transitions of NMM Nodes'.
Developing a plug-in or node in NMM consists of several steps. Each of these steps will be described with some examples.
| Next | ||
| Step A: Thinking |