Internet of Things
go-net-upnp
Contents1 go-net-upnp1.1 Installation1.2 Overview1.2.1 Control Point Implementation1.3 Device Implementation1.4 Next Steps go-net-upnp go-net-upnp is a new open source framework for Go and UPnP™ developers. UPnP™ is a standard protocol for…
Apache Felix
Contents1 Apache Felix1.1 Overview of the Base Driver Architecture1.2 The Felix UPnP Examples Apache Felix Apache Felix is an open source implementation of the OSGi Release 4 core framework specification.…
UPnP Remote UI
UPnP Remote UI I developed the protocol stack of UPnP Remote UI based on Intel’s XRT Protocol v2.2, but the project is stalled now because Intel Viiv was broken. In…
uEcho for C
uEcho for C is a portable and cross platform development framework for ECHONETLite developers. ECHONETLite is an open standard specification for IoT devices in Japan, it specifies more than 100…
mUPnP for C
Contents1 mUPnP for C1.1 Overview1.2 Repositories1.3 Adoption1.3.1 Nokia 770 Internet Tablet1.3.2 Panasonic VIERA remote for iPhone / iPod touch / iPad1.4 Support1.4.1 upnpchk mUPnP for C Overview mUPnP for C…
Net::UPnP
Contents1 Net::UPnP1.1 Overview1.2 Repositories1.3 Utilities Net::UPnP Overview Net::UPnP for Perl is a development package for UPnP™ developers. Net::UPnP controls these protocols automatically, and supports to create your devices and control…
mUPnP for C++
Contents1 mUPnP for C++1.1 Overview1.2 Repositories mUPnP for C++ Overview mUPnP for C++ is a development package for UPnP™ developers. mUPnP controls these protocols automatically, and supports to create your…
mUPnP for ObjC
Contents1 mUPnP for Objective-C1.1 Overview1.2 Repositories1.3 Adoption1.3.1 Panasonic VIERA remote for iPhone / iPod touch / iPad mUPnP for Objective-C Overview mUPnP for Objective-C is a development package for UPnP™…
cybergarage-upnp
Contents1 cybergarage-upnp1.1 Overview1.2 Repositories1.3 Using cybergarage-upnp in your project1.3.1 Maven1.3.2 Android1.4 Adoption1.4.1 Apache Felix1.4.2 Panasonic VIERA remote for Android1.5 Awards1.5.1 IPv6 Appli-Contest 20031.6 Support1.6.1 upnchk cybergarage-upnp Overview cybergarage-upnp is a…
uEcho for Go
uEcho for Go is a portable and cross platform development framework for creating controller applications and devices of ECHONET Lite for Go developers. ECHONET is an open standard specification for…
Cloud
Round
English / Japanese Contents1 What is Round ?2 Overview2.1 Design Principles2.1.1 Simplicity2.1.2 Clarity2.2 Scopes2.3 Architecture2.3.1 Programming Model2.3.2 Open Standard Protocols2.4 Features2.4.1 Zeroconf2.4.2 Decentralized2.4.3 Autonomous2.4.4 Dynamics3 Resources What is Round ?…
µHTTP for C++
Contents1 µHTTP for C++1.1 Repositories1.2 Examples µHTTP for C++ µHTTP for C++ is a developer framework for HTTP client and server applications. The framework was forked from mUPnP for C++…
µSQL for C++
Contents1 µSQL for C++1.1 Introduction1.1.1 What is µSQL ?1.1.2 Repository1.2 Getting Started1.2.1 System Requirements1.2.2 Installation1.3 Using APIs1.3.1 Parsing SQL1.3.2 Getting Parsed Statements and Tokens1.4 Examples for Parsing1.4.1 Example 1. SELECT1.4.2…
uTorrent for C
Contents1 uTorrent for C (Under Development)1.1 Repository1.2 Examples1.2.1 Client for BitTorrent1.2.2 Notice uTorrent for C (Under Development) I was developing a library based on BitTorrent to study about the implementation…
uWidget for C
uWidget for C Applicast is Sony’s embedded widget engine for television, and all televisions of Sony supports the widget engine in Japan. The widget engine specification is public and based…
3D Graphics
CyberX3D for C++
CyberX3D for C++ CyberX3D for C++ is a development package for X3D/!VRML and Java programmers. Using the package, you can easily read and write the X3D/!VRML files, set and get…
cybergarage-x3d
Contents1 cybergarage-x3d1.1 Repositories1.2 Using cybergarage-x3d in your project1.2.1 Maven cybergarage-x3d cybergarage-x3d is a development package for X3D/VRML and Java programmers. Using the package, you can easily read and write the…
CyberX3D for J2ME
CyberX3D for J2ME (Under Development) I was developing a 3D graphics engine for mobile phones to browse X3D contents directly using J2ME until 2001. The framework was a tiny version…
Virtual Reality
Polhemus for C++
Contents1 Polhemus for C++1.0.1 Introduction1.0.2 Setup1.0.3 Class Overview1.0.3.1 Polhemus Class1.0.3.2 CPolhemus(char *device, int speed)1.0.3.3 int GetActiveReceiverN(void)1.0.3.4 void GetPosition(int nReceiver, Point3d p3Pos)1.0.3.5 void GetOrientation(int nReceiver, Euler eOri)1.0.4 Revision1.0.5 License Polhemus for…
Polhemus for Java
Contents1 Polhemus for Java1.0.1 Introduction1.0.2 Setup1.0.3 Class Overview1.0.3.1 Polhemus Class1.0.3.1.1 Polhemus(int device, int speed)1.0.3.1.2 int getActiveReceivers(void)1.0.3.1.3 void getPosition(int nReciver, float pos[3])1.0.3.1.4 void getOrientation(int nReciver, float euler[3])1.0.3.2 3.2 Fastrak / Isotrak2…
BeeBox for Java
Contents1 BeeBox for Java1.1 Introduction1.2 Setup1.3 Class Overview1.3.1 BeeBox Class1.3.1.1 BeeBox(int device)1.3.1.2 float getX()1.3.1.3 float getY()1.3.1.4 float getLever()1.3.1.5 int getSwitches()1.4 Sample1.4.1 Input Device Driver for Java3D1.5 Revision1.6 License BeeBox for…
Joystick for Java
Contents1 Joystick for Java1.1 Introduction1.2 Class Overview1.2.1 Joystick Class1.2.2 Joystick(int id)1.2.3 float getXPos()1.2.4 float getYPos()1.2.5 int getButtons()1.3 Sample1.3.1 Input Device Driver for Java3D1.4 Revision1.5 License Joystick for Java Introduction This…
Magellan for Java
Contents1 Magellan for Java1.1 Introduction1.2 Setup1.3 Class Overview1.3.1 Magellan Class1.3.1.1 Magellan(int device)1.3.1.2 void start()1.3.1.3 void stop()1.3.1.4 void getTranslation(int trans[3])1.3.1.5 void getRotation(int rot[3])1.3.1.6 int getButtons()1.3.2 Sample1.3.2.1 Input Device Driver for Java3D1.3.3…
Wiimote for C++
Contents1 Wiimote for C++1.1 Repositories1.2 Examples Wiimote for C++ Wiimote for C++ is a developer library on WIN32 platforms. I would like to release the library for any platforms such…
CyberGlove for C++
Contents1 CyberGlove for C++1.1 Introduction1.2 Setup1.3 Class Overview1.3.1 CyberGlove Class1.3.1.1 CCyberGlove(char *device, int speed)1.3.1.2 int GetNSensors(void)1.3.1.3 void UpdataData(void)1.3.1.4 int GetData(int sensorNumber)1.3.2 Revision1.3.3 License CyberGlove for C++ Introduction This package is…
Utility
go-json-path
Contents1 go-json-path1.1 Repository1.2 Documents1.3 References go-json-path go-json-path is a utility library to access JSON based configuration easily. Go language supports JSON format in the standard library. However, I feel that…
XPathQuery for ObjC
Contents1 XPathQuery for ObjC1.1 Introduction1.2 Installation1.3 Classes1.3.1 CGXPathQuery1.3.2 CGXPathObject1.4 Limitation1.4.0.1 XML document1.4.0.2 Inappropriate Code1.4.0.3 Appropriate Code1.5 Resources1.5.1 Repositories XPathQuery for ObjC Introduction XPathQuery4ObjC is a wrapper class for NSXMLParser to…
iCal for ObjC
Contents1 iCal for ObjC1.1 Introduction1.2 Installation1.2.1 Getting SDK Package1.3 Usage1.3.1 Parsing iCalendar objects1.3.2 Adding objects, components or properties1.3.3 Writing iCalendar objects1.4 Resources1.4.1 Repositories iCal for ObjC Introduction iCal4ObjC is a…
YAML for ObjC
Contents1 YAML for ObjC1.1 Introduction1.2 Resources1.2.1 Using Only Standard iOS Objects1.2.2 YPath1.3 Setup1.3.1 Getting SDK Package1.3.2 Building and using example applications1.3.3 Adding YamlObjCSDK to your project1.4 Classes1.5 Programming Examples1.5.1 Example…
Subversion for ObjC
Subversion for ObjC Subversion for Objective-C is a wrapper package of Apache Subversion for MacOSX and iOS developers. The project is under developing, but I have already released some applications…
Pingback: generic priligy dapoxetine 60mg australia
Pingback: hydroxychloroquine stock markets price
Pingback: hydroxychloroquine online prescription
Pingback: hydroxychloroquine 400 mg
Pingback: how long does hydroxychloroquine kill malarial
Pingback: how to buy hydroxychloroquine
Pingback: buy generic stromectol
Pingback: dapoxetine medication
Pingback: hydroxychloroquine capsule price in pakistan 277
Pingback: stromectol for ascariasis infection
Pingback: ivermectin dose
Pingback: use of deltasone and actavis
Pingback: stromectol price no insurance
Pingback: humans antiparasitic same as stromectol
Pingback: who makes ivermectin for humans
Pingback: ivermectin usa
Pingback: over the counter viagra substitute
Pingback: 2familiar
Pingback: ivermectin ingredients for humans
Pingback: Anonymous
Pingback: Anonymous
Pingback: Anonymous
Pingback: how to get ivermectin
Pingback: ivermectin online
Pingback: stromectol walgreens
Pingback: ignition casino vs bovada
Pingback: how to get ivermectin
Pingback: prednisone 5mg usa
Pingback: tadalafil walmart
Pingback: price for tadalafil
Pingback: ivermectin 1%cream
Pingback: how much is ivermectin
Pingback: buy viagra professional online no prescription
Pingback: cheap generic cialis from canada
Pingback: viagra boys
Pingback: ivermectin 5 mg
Pingback: maxim peptide tadalafil
Pingback: cheap canadian drugs
Pingback: tadalafil
Pingback: sildenafil citrate
Pingback: tadalafil generic availability
Pingback: buy generic cialis from india
Pingback: ivermectin can
Pingback: sildenafil tablets for sale
Pingback: generic sildenafil pills
Pingback: cialis price walmart
Pingback: how to order cialis
Pingback: viagra cialis levitra
Pingback: does prednisone 20mg pill look like
Pingback: buy prednisone no rx
Pingback: generic cialis online prescription
Pingback: covid19 pill
Pingback: generic cialis without a prescription
Pingback: cialis without prescription
Pingback: le cialis
Pingback: ivermectin for humans cvs
Pingback: steroid side effects
Pingback: buy viagra online from india
Pingback: tadalafil and dapoxetine
Pingback: online casino gaming
Pingback: what is cialis
Pingback: ivermectin nz
Pingback: ivermectin australia over the counter
Pingback: ivermectin generic
Pingback: usa casinos no deposit free welcome bonus
Pingback: cialis without a doctor prescription
Pingback: generic viagra online prescription
Pingback: generic cialis
Pingback: stromectol tablets
Pingback: generic tadalafil no prescription
Pingback: ivermectin in canada
Pingback: cialis generic no prescription
Pingback: ivermectin drug
Pingback: ivermectin bestellen
Pingback: ivermectin price us
Pingback: buying ivermectin
Pingback: cost of ivermectin medication
Pingback: ivermectin 6 mg otc
Pingback: ivermectin 6mg otc
Pingback: buy ivermectin 12mg online
Pingback: ivermectin lotion cost
Pingback: how much is ivermectin
Pingback: lasix tablet price
Pingback: furosemide online canada
Pingback: ivermectin 20 mg
Pingback: buy ivermectin on line
Pingback: ivermectin in canada for humans
Pingback: stromectol order online
Pingback: liquid ivermectin
Pingback: stromectol generic name
Pingback: luckyland slots casino sign in
Pingback: ivermectin 4000
Pingback: stromectol prescription
Pingback: ivermectin nz
Pingback: where to buy ivermectin in canada
Pingback: is hydroxychloroquine over the counter
Pingback: generic cialis at walmart
Pingback: stromectol price uk
Pingback: ivermectin nobel prize
Pingback: mazhor4sezon
Pingback: filmfilmfilmes
Pingback: gRh9UPV
Pingback: ivermectin dosage
Pingback: does hydroxychloroquine cause hair loss
Pingback: 9-05-2022
Pingback: kinoteatrzarya.ru
Pingback: TopGun2022
Pingback: Xvideos
Pingback: XVIDEOSCOM Videos
Pingback: ivanesva
Pingback: generic cialis at walmart
Pingback: Netflix
Pingback: Zvezdy-v-Afrike-2-sezon-14-seriya
Pingback: Krylya-nad-Berlinom
Pingback: FILM
Pingback: designchita.ru
Pingback: YA-krasneyu
Pingback: design-human.ru
Pingback: designmsu.ru
Pingback: vkl-design.ru
Pingback: irida-design.ru
Pingback: ivermectin 2%
Pingback: Intimsiti-v-obhod-blokirovok
Pingback: dexis ivermectin
Pingback: projectio
Pingback: moskva psiholog online
Pingback: psy online
Pingback: Gz92uNNH
Pingback: do-posle-psihologa
Pingback: uels ukrain
Pingback: ivermectin without a doctor prescription
Pingback: bahis siteleri
Pingback: qQ8KZZE6
Pingback: D6tuzANh
Pingback: SHKALA TONOV
Pingback: Øêàëà òîíîâ
Pingback: russianmanagement.com
Pingback: chelovek-iz-90-h
Pingback: 3Hk12Bl
Pingback: 3NOZC44
Pingback: 01211
Pingback: tor-lyubov-i-grom
Pingback: film-tor-2022
Pingback: hd-tor-2022
Pingback: hdorg2.ru
Pingback: ivermectin cost uk
Pingback: Psikholog
Pingback: netstate.ru
Pingback: Link
Pingback: ivermectin 0.5% lotion
Pingback: tor-lyubov-i-grom.ru
Pingback: psy
Pingback: chelovek soznaniye mozg
Pingback: buy stromectol for humans usa
Pingback: bit.ly
Pingback: cleantalkorg2.ru
Pingback: War in Ukraine
Pingback: Ukraine
Pingback: Ukraine news live
Pingback: The Latest Ukraine News
Pingback: site
Pingback: stromectol for lice
Pingback: stats
Pingback: Ukraine-war
Pingback: movies
Pingback: gidonline
Pingback: stromectol 3 mg dosage
Pingback: mir dikogo zapada 4 sezon 4 seriya
Pingback: web
Pingback: film.8filmov.ru
Pingback: video
Pingback: teva tadalafil
Pingback: price of generic cialis at walmart
Pingback: liusia-8-seriiaonlain
Pingback: smotret-polnyj-film-smotret-v-khoroshem-kachestve
Pingback: side effects of tadalafil
Pingback: filmgoda.ru
Pingback: rodnoe-kino-ru
Pingback: confeitofilm
Pingback: stat.netstate.ru
Pingback: sY5am
Pingback: Dom drakona
Pingback: JGXldbkj
Pingback: aOuSjapt
Pingback: ìûøëåíèå
Pingback: psikholog moskva
Pingback: A片
Pingback: Usik Dzhoshua 2 2022
Pingback: Dim Drakona 2022
Pingback: TwnE4zl6
Pingback: psy 3CtwvjS
Pingback: lalochesia
Pingback: film onlinee
Pingback: programma peredach na segodnya
Pingback: psycholog-v-moskve.ru
Pingback: psycholog-moskva.ru
Pingback: 3qAIwwN
Pingback: video-2
Pingback: socionika-eniostyle.ru
Pingback: psy-news.ru
Pingback: 000-1
Pingback: 3SoTS32
Pingback: 3DGofO7
Pingback: wwwi.odnoklassniki-film.ru
Pingback: what is hydroxychloroquine used for
Pingback: rftrip.ru
Pingback: dolpsy.ru
Pingback: can you buy hydroxychloroquine over the counter in canada
Pingback: edu-design.ru
Pingback: tftl.ru
Pingback: brutv
Pingback: site 2023
Pingback: where can i buy propecia online
Pingback: safe to buy propecia online
Pingback: sitestats01
Pingback: 1c789.ru
Pingback: cttdu.ru
Pingback: 1703
Pingback: hdserial2023.ru
Pingback: serialhd2023.ru
Pingback: matchonline2022.ru
Pingback: Can a man with ED still come and cialis lilly?
Pingback: kamagra without doctor
Pingback: How do you make a man want you more with kamagra 100mg oral jelly?
Pingback: How long do nicotine withdrawals last quit smoking with chantix?
Pingback: bit.ly/3OEzOZR
Pingback: bit.ly/3gGFqGq
Pingback: vidalista 5
Pingback: bit.ly/3ARFdXA
Pingback: bit.ly/3ig2UT5
Pingback: bit.ly/3GQNK0J
Pingback: Do potatoes have B12 or diet pill that really works?
Pingback: bep5w0Df
Pingback: purchase stromectol
Pingback: www
Pingback: What is the number one thing a man wants in a woman where can i buy generic viagra online?
Pingback: icf
Pingback: 24hours-news
Pingback: rusnewsweek
Pingback: uluro-ado
Pingback: madridbet
Pingback: Medicines information. Brand names. In USA paroxetine cr 12.5mg?
Pingback: irannews.ru
Pingback: klondayk2022
Pingback: Pills information. Long-Term Effects. paxil 25 mg extended release?
Pingback: buy fildena 50 mg
Pingback: tqmFEB3B
Pingback: Medicament gen leaflet. Cautions. can you get cheap propecia no prescription?
Pingback: madridbet
Pingback: 2022-film
Pingback: Arie Baisch
Pingback: meritking
Pingback: sex
Pingback: Medicine information for patients. aripiprazole 5mg?
Pingback: fuvk google
Pingback: fuck google
Pingback: Medicines information sheet. Cautions. over the counter avodart for sale?
Pingback: madridbet
Pingback: ABCD 1
Pingback: mangalib
Pingback: digital agency based in Dubai, UAE
Pingback: priligy for sale online
Pingback: supercar events near me
Pingback: Cory Chase MILFCity
Pingback: slots games
Pingback: Lila Lovely
Pingback: biruslot
Pingback: uber from denver to aspen
Pingback: premium-domains
Pingback: Homework Help
Pingback: Assignment Help Online
Pingback: click here for more tips
Pingback: carter capner law
Pingback: qqemas
Pingback: organic moisturizer for feet
Pingback: personalized baby shower gift
Pingback: nettolohn berechnen
Pingback: crypto wallet
Pingback: x
Pingback: monatslohn berechnen formel
Pingback: 9xflix
Pingback: xnxx
Pingback: 123movies
Pingback: cara daftar m-paspor
Pingback: パート主婦投資ブログ
Pingback: Drug prescribing information. Brand name names. In Canada plaquenil and sun exposure?
Pingback: nail salon altadena
Pingback: แทงบอลเว็บไหนดี
Pingback: เว็บแทงบอลที่ดีที่สุด เดิมพันแทงบอลออนไลน์ufabetทางเข้าแทงบอล
Pingback: How do you make yourself unforgettable to a guy cenforce 100 sildenafil citrate?
Pingback: Click Here
Pingback: Click Here
Pingback: rush skirts
Pingback: linuxappfinderสมัครเว็บบอลออนไลน์UFABET แทงบอลออนไลน์ยังไงแทงบอลได้ทุกวัน
Pingback: Click Here
Pingback: Click Here
Pingback: สมัครเว็บบอลออนไลน์
Pingback: camping near me
Pingback: Click Here
Pingback: aplikasi judi slot
Pingback: Click Here
Pingback: pg movies on netflix
Pingback: f1 news leclerc
Pingback: judi poker
Pingback: joystick ps4
Pingback: Can an impotent person marry sildenafil 100mg price?
Pingback: kamagra gold 100mg sildenafil citrate
Pingback: order priligy 60mg pill
Pingback: How do you make a man love you deeply order priligy 30mg sale
Pingback: Click Here
Pingback: Click Here
Pingback: Does coffee raise blood pressure likes order stromectol online
Pingback: Click Here
Pingback: Click Here
Pingback: What illness causes hairloss likes stromectol south africa
Pingback: Click Here
Pingback: Click Here
Pingback: Who should not use turmeric without hydroxychloroquine over the counter
Pingback: Click Here
Pingback: Click Here
Pingback: What are the 3 signs of a fatty liver such as plaquenil screening
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: Click Here
Pingback: How do you set a girl or hydroxychloroquine lupus treatment
Pingback: Click Here
Pingback: Does true love only happen once cenforce without prescription