Repositories
platform
some cross-platform wrappers, for use inside l_in/h_in/rm/stubgen
-
Cloning this repository:
git clone git://gitorious.org/nota/platform.git platform cd platform
Add this repository as a remote to an existing local repository:
git remote add platform git://gitorious.org/nota/platform.git git fetch platform git checkout -b my-local-tracking-branch platform/master_or_other_branch
l_in
the low-level interconnect
-
Cloning this repository:
git clone git://gitorious.org/nota/l_in.git l_in cd l_in
Add this repository as a remote to an existing local repository:
git remote add l_in git://gitorious.org/nota/l_in.git git fetch l_in git checkout -b my-local-tracking-branch l_in/master_or_other_branch
h_in
the high-level interconnect
-
Cloning this repository:
git clone git://gitorious.org/nota/h_in.git h_in cd h_in
Add this repository as a remote to an existing local repository:
git remote add h_in git://gitorious.org/nota/h_in.git git fetch h_in git checkout -b my-local-tracking-branch h_in/master_or_other_branch
stubgen
the stubgenerator and the stubadaptor libraries
-
Cloning this repository:
git clone git://gitorious.org/nota/stubgen.git stubgen cd stubgen
Add this repository as a remote to an existing local repository:
git remote add stubgen git://gitorious.org/nota/stubgen.git git fetch stubgen git checkout -b my-local-tracking-branch stubgen/master_or_other_branch
rm
the resource manager
-
Cloning this repository:
git clone git://gitorious.org/nota/rm.git rm cd rm
Add this repository as a remote to an existing local repository:
git remote add rm git://gitorious.org/nota/rm.git git fetch rm git checkout -b my-local-tracking-branch rm/master_or_other_branch
boot
-
Cloning this repository:
git clone git://gitorious.org/nota/boot.git boot cd boot
Add this repository as a remote to an existing local repository:
git remote add boot git://gitorious.org/nota/boot.git git fetch boot git checkout -b my-local-tracking-branch boot/master_or_other_branch
miksa-fixes
-
Cloning this repository:
git clone git://gitorious.org/~miksa/nota/miksa-fixes.git miksa-fixes cd miksa-fixes
Add this repository as a remote to an existing local repository:
git remote add miksa-fixes git://gitorious.org/~miksa/nota/miksa-fixes.git git fetch miksa-fixes git checkout -b my-local-tracking-branch miksa-fixes/master_or_other_branch
filesn
-
Cloning this repository:
git clone git://gitorious.org/nota/filesn.git filesn cd filesn
Add this repository as a remote to an existing local repository:
git remote add filesn git://gitorious.org/nota/filesn.git git fetch filesn git checkout -b my-local-tracking-branch filesn/master_or_other_branch
l_in_ld_tcp_new
-
Cloning this repository:
git clone git://gitorious.org/~rajeevt/nota/l_in_ld_tcp_new.git l_in_ld_tcp_new cd l_in_ld_tcp_new
Add this repository as a remote to an existing local repository:
git remote add l_in_ld_tcp_new git://gitorious.org/~rajeevt/nota/l_in_ld_tcp_new.git git fetch l_in_ld_tcp_new git checkout -b my-local-tracking-branch l_in_ld_tcp_new/master_or_other_branch
ilproxy
library to proxy the OpenMAX-IL API over either NoTA/H_IN or TCP
-
Cloning this repository:
git clone git://gitorious.org/nota/ilproxy.git ilproxy cd ilproxy
Add this repository as a remote to an existing local repository:
git remote add ilproxy git://gitorious.org/nota/ilproxy.git git fetch ilproxy git checkout -b my-local-tracking-branch ilproxy/master_or_other_branch
nota-pg
nota programming guide; incomplete yet possibly useful.
-
Cloning this repository:
git clone git://gitorious.org/nota/nota-pg.git nota-pg cd nota-pg
Add this repository as a remote to an existing local repository:
git remote add nota-pg git://gitorious.org/nota/nota-pg.git git fetch nota-pg git checkout -b my-local-tracking-branch nota-pg/master_or_other_branch
specs
NoTA specifications
-
Cloning this repository:
git clone git://gitorious.org/nota/specs.git specs cd specs
Add this repository as a remote to an existing local repository:
git remote add specs git://gitorious.org/nota/specs.git git fetch specs git checkout -b my-local-tracking-branch specs/master_or_other_branch
l_in_new_features
-
Cloning this repository:
git clone git://gitorious.org/~imappi/nota/l_in_new_features.git l_in_new_features cd l_in_new_features
Add this repository as a remote to an existing local repository:
git remote add l_in_new_features git://gitorious.org/~imappi/nota/l_in_new_features.git git fetch l_in_new_features git checkout -b my-local-tracking-branch l_in_new_features/master_or_other_branch
bisgits-platform
-
Cloning this repository:
git clone git://gitorious.org/~bisgit/nota/bisgits-platform.git bisgits-platform cd bisgits-platform
Add this repository as a remote to an existing local repository:
git remote add bisgits-platform git://gitorious.org/~bisgit/nota/bisgits-platform.git git fetch bisgits-platform git checkout -b my-local-tracking-branch bisgits-platform/master_or_other_branch
bisgits-l_in
-
Cloning this repository:
git clone git://gitorious.org/~bisgit/nota/bisgits-l_in.git bisgits-l_in cd bisgits-l_in
Add this repository as a remote to an existing local repository:
git remote add bisgits-l_in git://gitorious.org/~bisgit/nota/bisgits-l_in.git git fetch bisgits-l_in git checkout -b my-local-tracking-branch bisgits-l_in/master_or_other_branch
bisgits-h_in
-
Cloning this repository:
git clone git://gitorious.org/~bisgit/nota/bisgits-h_in.git bisgits-h_in cd bisgits-h_in
Add this repository as a remote to an existing local repository:
git remote add bisgits-h_in git://gitorious.org/~bisgit/nota/bisgits-h_in.git git fetch bisgits-h_in git checkout -b my-local-tracking-branch bisgits-h_in/master_or_other_branch
bisgits-stubgen
-
Cloning this repository:
git clone git://gitorious.org/~bisgit/nota/bisgits-stubgen.git bisgits-stubgen cd bisgits-stubgen
Add this repository as a remote to an existing local repository:
git remote add bisgits-stubgen git://gitorious.org/~bisgit/nota/bisgits-stubgen.git git fetch bisgits-stubgen git checkout -b my-local-tracking-branch bisgits-stubgen/master_or_other_branch
bisgits-rm
-
Cloning this repository:
git clone git://gitorious.org/~bisgit/nota/bisgits-rm.git bisgits-rm cd bisgits-rm
Add this repository as a remote to an existing local repository:
git remote add bisgits-rm git://gitorious.org/~bisgit/nota/bisgits-rm.git git fetch bisgits-rm git checkout -b my-local-tracking-branch bisgits-rm/master_or_other_branch
jfgpimpollos-platform
-
Cloning this repository:
git clone git://gitorious.org/~jfgpimpollo/nota/jfgpimpollos-platform.git jfgpimpollos-platform cd jfgpimpollos-platform
Add this repository as a remote to an existing local repository:
git remote add jfgpimpollos-platform git://gitorious.org/~jfgpimpollo/nota/jfgpimpollos-platform.git git fetch jfgpimpollos-platform git checkout -b my-local-tracking-branch jfgpimpollos-platform/master_or_other_branch

