Understand Web Services Distributed Management (WSDM) Skill Level: Introductory

Total Page:16

File Type:pdf, Size:1020Kb

Understand Web Services Distributed Management (WSDM) Skill Level: Introductory Understand Web Services Distributed Management (WSDM) Skill Level: Introductory Mr. Martin Brown ([email protected]) Professional writer MCslp 19 Jul 2005 Management through Web services simplifies the numerous interfaces and solutions that provide management tools for network-attached systems and devices. These range from simple printers to more complex operating system management issues. The Web Services Distributed Management (WSDM) standard defines two different environments, Management Using Web Services (MUWS) and Management of Web Services (MOWS), that define the structure and environment required to support these systems. This tutorial looks in detail at the definition and implementation issues of WSDM and how you can use WSDM within grid environments for the management of grids and grid services. Section 1. Start here Who should take this tutorial? The Web Services Distributed Management (WSDM) specification defines the methods, structure, and specification of a system for managing network resources (printers, routers, servers and services, for example) and for managing Web services (used to support your network functionality). You can also use WSDM to manage the Web services that support your business applications. If you are interested in developing WSDM services, either to support your resources, or as a consumer, this tutorial will help you understand the basic mechanics and implementation fundamentals required to build your WSDM environment. Understand Web Services Distributed Management (WSDM) © Copyright IBM Corporation 1994, 2008. All rights reserved. Page 1 of 28 developerWorks® ibm.com/developerWorks What is this tutorial about? The main content of this tutorial describes the WSDM specification with respect to deploying the solution within your network. The tutorial includes background information on the standard along with basic implementation notes on generating the necessary XML used to support the standard and Java™ code required to manipulate and use them. The tutorial incorporates the following topics: • WSDM overview • WSDM Management Using Web Services (MUWS) • WSDM Management of Web Services (MOWS) • WSDM events • WSDM in grids The first half of the tutorial is devoted to the conceptual ideas behind the WSDM standard, covering the basic mechanics of the standard and how it fits into your existing network and Service-Oriented Architecture (SOA) environment. The second half of the tutorial covers the basics of implementation of the WSDM standard, including looking at sample WSDL and XML schema files that could be used to build a sample system. The examples in this tutorial use the "network printer" model. OASIS uses this model in its documentation, and it should enable you to connect the descriptions given here to the specific components of the WSDM specification in the official OASIS documentation. Prerequisites You will not need any specific tools to understand the majority of the content of this tutorial. However, some of the examples do require understanding of the OASIS standards and Web services mechanics such as WS-Addressing, WS-ResourceFramework, and WS-Notification. The Resources section at the end of this tutorial contains links to the specifications for WSDM, WSDL, WSRF, and other specifications discussed in this tutorial. To be successful with this tutorial, you should understand XML, XML Schemas, and the Web Services Description Language (WSDL). You will also benefit from having Understand Web Services Distributed Management (WSDM) Page 2 of 28 © Copyright IBM Corporation 1994, 2008. All rights reserved. ibm.com/developerWorks developerWorks® knowledge of the Web Services Resource Framework (WSRF) standard that is used during the definition of resources and capabilities of WSDM resources. You might find the Emerging Technologies Toolkit (ETTK) useful; it contains some examples and utilities that demonstrate some of the WSDM principles. For information on the ETTK and download links, look at the ETTK page. Section 2. Overview of WSDM Modern management Ask most system administrators what their biggest issue with administration in the enterprise is and they will probably answer, "management tools." Ask those in the heterogeneous enterprise the same question and the answer will be the same. The problem is that while there are plenty of management tools and infrastructures available that provide management of specific services within specific environments, obtaining tools that work across environments of the modern network are hard to find, difficult to work with, and generally based on proprietary technology. The WSDM standard aims to solve many of these problems through the use of open standards for the definition of management tools and interfaces used in combination with Web services to provide the functional requirements of the service. WSDM also defines a standard for managing Web services in the enterprise. This should give WSDM broader appeal than simple system-level administration and management. Because the standard is being designed as a practical method for managing resources and information, WSDM can also be used for other systems that might be used within a distributed environment. WSDM is expected to be a practical standard for the management of business process information. For example, adding a WSDM interface to your order process system might enable clients and partners to place orders, raise invoices, and even to automatically re-order goods or adjust invoicing costs. WSDM target audiences Because WSDM is based on open standards, companies can produce Web services Understand Web Services Distributed Management (WSDM) © Copyright IBM Corporation 1994, 2008. All rights reserved. Page 3 of 28 developerWorks® ibm.com/developerWorks that any Web service client can use to support specific areas of functionality. For example, an Original Equipment Manufacturer (OEM) such as Hewlett Packard could create a WSDM-defined interface for switching a printer between online and offline modes. Other printer manufacturers could provide the same functionality through WSDM on their products. Then, using a suitable Web service-enabled client, a user could control any printer, regardless of the manufacturer. You can see from this example that WSDM will help users, independent software vendors (ISVs), and OEMs: • Customers will be able to manage the equipment, systems, and services in their networks much more easily due to implementation of WSDM. A single management application could be used to manage and monitor all the systems within either a homogenous or heterogeneous network. • ISVs will be able to produce software that supports the management process users require. Because the WSDM standard is employed across the components and systems in the network, developing the management application should be a simple case of applying the WSDM standard and using the resources published by WSDM-compliant systems. • Manufacturers will benefit because it will simplify the exposure of their devices and systems to the outside world for the purposes of management. Many companies, OEMs especially, spend millions of dollars each year developing the software that allows users and administrators to interface to their products. By using WSDM, they can simplify the external interface, and make both their lives and their client's lives significantly easier. You can see the relationships, and the audiences affected, in Figure 1. Figure 1. Where WSDM fits in your network Understand Web Services Distributed Management (WSDM) Page 4 of 28 © Copyright IBM Corporation 1994, 2008. All rights reserved. ibm.com/developerWorks developerWorks® Now we'll take a closer look at the WSDM standard. What is WSDM? The WSDM standard is an attempt to resolve the problems described in the previous section. Essentially, WSDM is a standard for describing the management information and capabilities for a particular device, application, or component. All the descriptions are produced using the Web Services Description Language (WSDL) and at the time of writing this tutorial, no specifications exist, implied or otherwise, for implementing the WSDM standard to achieve your goals. The WSDM standard is actually made up of two different standards: • Web Services Distributed Management: Management Using Web Services (WSDM-MUWS) Understand Web Services Distributed Management (WSDM) © Copyright IBM Corporation 1994, 2008. All rights reserved. Page 5 of 28 developerWorks® ibm.com/developerWorks • Web Services Distributed Management: Management of Web Services (WSDM-MOWS) WSDM-MUWS provides the definition for how to represent and access interfaces to MUWS resources. For example, the MUWS standard provides the necessary structure for advertising the service, the services capabilities, and the information that needs to be supplied or received to manage the resource. WSDM-MOWS provides the definition for managing Web services. MOWS uses many of the concepts and systems defined by the MUWS standard, but also adds resources and capabilities specific to the needs of management of Web services. The MOWS component provides the methods and systems to enable Web services to be managed remotely. It is MOWS that is expected to be used more for the management of business processes. WSDM in your network You will likely come across WSDM in your network either as a user, ISV, or manufacturer. Take a closer look at these environments and how WSDM would affect your network. You can see in Figure 2 the relationship between MUWS, MOWS, and traditional Web services
Recommended publications
  • JETIR Research Journal
    © 2018 JETIR October 2018, Volume 5, Issue 10 www.jetir.org (ISSN-2349-5162) QUALITATIVE COMPARISON OF KEY-VALUE BIG DATA DATABASES 1Ahmad Zia Atal, 2Anita Ganpati 1M.Tech Student, 2Professor, 1Department of computer Science, 1Himachal Pradesh University, Shimla, India Abstract: Companies are progressively looking to big data to convey valuable business insights that cannot be taken care by the traditional Relational Database Management System (RDBMS). As a result, a variety of big data databases options have developed. From past 30 years traditional Relational Database Management System (RDBMS) were being used in companies but now they are replaced by the big data. All big bata technologies are intended to conquer the limitations of RDBMS by enabling organizations to extract value from their data. In this paper, three key-value databases are discussed and compared on the basis of some general databases features and system performance features. Keywords: Big data, NoSQL, RDBMS, Riak, Redis, Hibari. I. INTRODUCTION Systems that are designed to store big data are often called NoSQL databases since they do not necessarily depend on the SQL query language used by RDBMS. NoSQL today is the term used to address the class of databases that do not follow Relational Database Management System (RDBMS) principles and are specifically designed to handle the speed and scale of the likes of Google, Facebook, Yahoo, Twitter and many more [1]. Many types of NoSQL database are designed for different use cases. The major categories of NoSQL databases consist of Key-Values store, Column family stores, Document databaseand graph database. Each of these technologies has their own benefits individually but generally Big data use cases are benefited by these technologies.
    [Show full text]
  • Implementation of the BOLARE Programming Language
    Implementation of the BOLARE Programming Language Viktor Pavlu ([email protected]) Institute of Computer Languages, Vienna University of Technology, Argentinierstrasse 8/E185, 1040 "ien, Austria ABSTRACT REBOL is a very flexible, dynamic, reflective programming language that clearly differs from the dynamic languages currently in popular use! The idea behind REBOL is that different problems should be attacked with different languages that have varying levels of granularity, each specifi- cally tailored to its problem domain. These domain-specific languages should give the program- mer the power to #rite programs that are closer to the problem and more expressive, thus shorter and easier to read, maintain and extend than would be possible in today’s dynamic programming languages. Despite its promising features, REBOL has not gained wide acceptance. Above all, this is due to the following: )*+ The language is merely defined by means o its only implementation, ),+ this implementation is closed-source and has many flaws, and )-+ the flaws are here to stay! .e therefore started project BOLARE. Aim o this project is to build an interpreter for a lan- guage that very closely resembles REBOL but leaves out all unintentional behavior that only stems from artifacts of the original implementation. After an introduction to REBOL/BOLARE in general, the three areas currently being #orked on are presented: Parser Generator: REBOL has a large set o built-in datatypes that have their own literal form making it easy to embed dates, times, email-addresses, tag structures, coordinates, binary data, etc. in scripts. The BOLARE parser is dynamically generated from a declarative de- scription of literal forms.
    [Show full text]
  • Obstacles to Compilation of Rebol Programs
    Obstacles to Compilation of Rebol Programs Viktor Pavlu TU Wien Institute of Computer Aided Automation, Computer Vision Lab A-1040 Vienna, Favoritenstr. 9/183-2, Austria [email protected] Abstract. Rebol’s syntax has no explicit delimiters around function arguments; all values in Rebol are first-class; Rebol uses fexprs as means of dynamic syntactic abstraction; Rebol thus combines the advantages of syntactic abstraction and a common language concept for both meta-program and object-program. All of the above are convenient attributes from a programmer’s point of view, yet at the same time pose severe challenges when striving to compile Rebol into reasonable code. An approach to compiling Rebol code that is still in its infancy is sketched, expected outcomes are presented. Keywords: first-class macros, dynamic syntactic abstraction, $vau calculus, fexpr, Ker- nel, Rebol 1 Introduction A meta-program is a program that can analyze (read), transform (read/write), or generate (write) another program, called the object-program. Static techniques for syntactic abstraction (macro systems, preprocessors) resolve all abstraction during compilation, so the expansion of abstractions incurs no cost at run-time. Static techniques are, however, conceptionally burdensome as they lead to staged systems with phases that are isolated from each other. In systems where different syntax is used for the phases (e. g., C++), it results in a multitude of programming languages following different sets of rules. In systems where the same syntax is shared between phases (e. g., Lisp), the separa- tion is even more unnatural: two syntactically largely identical-looking pieces of code cannot interact with each other as they are assigned to different execution stages.
    [Show full text]
  • Introducing Myself…
    IntroducingIntroducing myselfmyself …… Nenad aka "DocKimbel" Rakocevic, Programming for 25 years: C/C++, *Basic, ASM, REBOL, web client -side languages, … Founder of a software company in Paris: Softinnov Author of several libraries for REBOL: MySQL, PostgresQL, LDAP native drivers UniServe: asynchronous, event -driven network engine Cheyenne Web Server: full -featured web application server CureCode: very fast web -based bug tracker (Mantis -like) Various others tools, game, demos … Was a happy Amiga user and registered BeOS developer WhyWhy amam II usingusing REBOLREBOL forfor 1111 years?years? Great scripting language Great prototyping tool Simple cross -platform graphic engine (View) Symbolic & Meta -programming Code / Data duality DSL -oriented Great designer behind: Carl Sassenrath WhyWhy II don'tdon't wantwant toto useuse REBOLREBOL anymore?anymore? Closed source Slow ( benchmark ) No multithreading support Mostly glue language, not general -purpose enough Not (easily) embeddable in third -party apps Can't run on popular VM (JVM, CLR) Sometimes designed for " Bob the artist ", rather than "John the programmer " WhatWhat isis thethe statestate ofof REBOLREBOL world?world? (1/2)(1/2) How REBOL began 14 years ago … WhatWhat isis thethe statestate ofof REBOLREBOL world?world? (2/2)(2/2) …and where it is today WhatWhat toto dodo then?then? Give up and pick up another language? Build an alternative? I chose the 2 nd option! MyMy answeranswer is:is: RReded !! Red[uced] REBOL dialect Fully open source (MIT/BSD) Statically compiled
    [Show full text]
  • Generating Non-Verbal Communication from Speech
    Manuel Rebol, MSc. Generating Non-Verbal Communication From Speech Master's Thesis to achieve the university degree of Master of Science Master's degree programme: Computer Science submitted to Graz University of Technology Supervisor Christian G¨utl,Assoc.Prof. Dipl.-Ing. Dr.techn. Supervisor Krzysztof Pietroszek, Ass.Prof. M.Sc. Ph.D. In cooperation with American University, Washington, DC This work was supported by the Austrian Marshall Plan Foundation Graz, November 2020 Abstract The communication between human and virtual agents is becoming more important because of the increased usage of virtual environments in everyday life. Applications such as virtual learning platforms, online meetings and virtual assistance are gaining popularity. However, communication with virtual agents is often unintuitive and does not feel similar to talking with a person. Therefore, we focus on improving natural non-verbal human-agent communication in our work. We develop a speaker-specific model that predicts hand and arm gestures given input speech. We model the non-deterministic relationship between speech and gestures with a Generative Adversarial Network (GAN). Inside the GAN, a motion discriminator forces the generator to predict only gestures that have human-like motion. To provide data for our model, we extract the gestures from in-the- wild videos using 3D human pose estimation algorithms. This allows us to automatically create a large speaker-specific dataset despite the lack of motion capture data. We train our gesture model on speakers from show business and academia using publicly available video data. Once generated by our GAN, we animate the gestures on a virtual character. We evaluate the generated gestures by conducting a human user study.
    [Show full text]
  • Object-Oriented Javascript
    Object-Oriented JavaScript In this chapter, you'll learn about OOP (Object-Oriented Programming) and how it relates to JavaScript. As an ASP.NET developer, you probably have some experience working with objects, and you may even be familiar with concepts such as inheritance. However, unless you're already an experienced JavaScript programmer, you probably aren't familiar with the way JavaScript objects and functions really work. This knowledge is necessary in order to understand how the Microsoft AJAX Library works, and this chapter will teach you the necessary foundations. More specifi cally, you will learn: • What encapsulation, inheritance, and polymorphism mean • How JavaScript functions work • How to use anonymous functions and closures • How to read a class diagram, and implement it using JavaScript code • How to work with JavaScript prototypes • How the execution context and scope affect the output of JavaScript functions • How to implement inheritance using closures and prototypes • What JSON is, and what a JSON structure looks like In the next chapters you'll use this theory to work effectively with the Microsoft AJAX Library. Concepts of Object-Oriented Programming Most ASP.NET developers are familiar with the fundamental OOP principles because this knowledge is important when developing for the .NET development. Similarly, to develop client-side code using the Microsoft AJAX Library, you need to be familiar with JavaScript's OOP features. Although not particularly diffi cult, understanding these features can be a bit challenging at fi rst, because JavaScript's OOP model is different than that of languages such as C#, VB.NET, C++, or Java.
    [Show full text]
  • The Javascript Object Notation (JSON) Data Interchange Format
    Internet Engineering Task Force (IETF) T. Bray, Editor Request for Comments: 7159 Google, Inc. Obsoletes: 4627, 7158 March 2014 Category: Standards Track ISSN: 2070-1721 The JavaScript Object Notation (JSON) Data Interchange Format Abstract JavaScript Object Notation (JSON) is a lightweight, text-based, language-independent data interchange format. It was derived from the ECMAScript Programming Language Standard. JSON defines a small set of formatting rules for the portable representation of structured data. This document removes inconsistencies with other specifications of JSON, repairs specification errors, and offers experience-based interoperability guidance. Status of This Memo This is an Internet Standards Track document. This document is a product of the Internet Engineering Task Force (IETF). It represents the consensus of the IETF community. It has received public review and has been approved for publication by the Internet Engineering Steering Group (IESG). Further information on Internet Standards is available in Section 2 of RFC 57411. Information about the current status of this document, any errata, and how to provide feedback on it may be obtained at http://www.rfc-editor.org/info/rfc71592. Copyright Notice Copyright (c) 2014 IETF Trust and the persons identified as the document authors. All rights reserved. This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info3) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified BSD License.
    [Show full text]
  • 4627 JSON.Org Category: Informational July 2006 the Applica
    Network Working Group D. Crockford Request for Comments: 4627 JSON.org Category: Informational July 2006 The application/json Media Type for JavaScript Object Notation (JSON) Status of This Memo This memo provides information for the Internet community. It does not specify an Internet standard of any kind. Distribution of this memo is unlimited. Copyright Notice Copyright (C) The Internet Society (2006). Abstract JavaScript Object Notation (JSON) is a lightweight, text-based, language-independent data interchange format. It was derived from the ECMAScript Programming Language Standard. JSON defines a small set of formatting rules for the portable representation of structured data. 1. Introduction JavaScript Object Notation (JSON) is a text format for the serialization of structured data. It is derived from the object literals of JavaScript, as defined in the ECMAScript Programming Language Standard, Third Edition [ECMA]. JSON can represent four primitive types (strings, numbers, booleans, and null) and two structured types (objects and arrays). A string is a sequence of zero or more Unicode characters [UNICODE]. An object is an unordered collection of zero or more name/value pairs, where a name is a string and a value is a string, number, boolean, null, object, or array. An array is an ordered sequence of zero or more values. The terms "object" and "array" come from the conventions of JavaScript. JSON's design goals were for it to be minimal, portable, textual, and a subset of JavaScript. Crockford Informational [Page 1] RFC 4627 JSON July 2006 1.1. Conventions Used in This Document The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in [RFC2119].
    [Show full text]
  • Comparative Programming Languages CM20253
    We have briefly covered many aspects of language design And there are many more factors we could talk about in making choices of language The End There are many languages out there, both general purpose and specialist And there are many more factors we could talk about in making choices of language The End There are many languages out there, both general purpose and specialist We have briefly covered many aspects of language design The End There are many languages out there, both general purpose and specialist We have briefly covered many aspects of language design And there are many more factors we could talk about in making choices of language Often a single project can use several languages, each suited to its part of the project And then the interopability of languages becomes important For example, can you easily join together code written in Java and C? The End Or languages And then the interopability of languages becomes important For example, can you easily join together code written in Java and C? The End Or languages Often a single project can use several languages, each suited to its part of the project For example, can you easily join together code written in Java and C? The End Or languages Often a single project can use several languages, each suited to its part of the project And then the interopability of languages becomes important The End Or languages Often a single project can use several languages, each suited to its part of the project And then the interopability of languages becomes important For example, can you easily
    [Show full text]
  • PROMISE Report
    Promise related Standardisation activities Written by: Christl Lauterbach, Infineon Technologies AG DELIVERABLE NO DI1.1: PROMISE related standardisation acitvities DATE 15. April 2005 WORK PACKAGE NO WP I1 VERSION NO. FINAL 1.0 ELECTRONIC FILE CODE DI1.doc CONTRACT NO 507100 PROMISE A Project of the 6th Framework Programme Information Society Technologies (IST) Standards are necessary to harmonise developments and guarantee ABSTRACT: a high degree of interoperability between different systems. They harmonise development for any single system by providing a common framework against which all sub-components of a system can be checked against, and a common vocabulary that allows developers to communicate precisely. In addition, they provide for interoperability between systems that may be produced by different manufacturers. The following document is a summary of international standards that are considered relevant to the EU PROMISE project. A list of the standardisation bodies and useful web pages are included. STATUS OF DELIVERABLE ACTION BY DATE (dd.mm.yyyy) James Brusey, Andreas Edler, Björn Forss, Kary Främling, Markus Frey, Gregor SUBMITTED (author(s)) 15.4.2005 Hackenbroich, Mark Harrison, Mario Neugebauer VU (WP Leader) Christl Lauterbach APPROVED (QIM) Dimitris Kiritsis 15.4.2005 Copyright © PROMISE Consortium 2004-2008 @ Revision History Date Version Author Comments (dd.mm.yyyy) Author(s)’ contact information Name Organisation E-mail Tel Fax Christl Lauterbach Infineon [email protected] +498923453467 +49892349551254
    [Show full text]
  • What Can Perl Learn from Rebol ?
    What can Perl learn from Rebol ? No Rebol Course some hobby philosophy Perl Philosophy TIMTOWTDI simple and possible context sensitive Philosophy TIMTOWTDI simple and possible context sensitive Quote Take a dash of PERL, mix with the cross platform compatibilty of a Java, and make it extremely easy for beginners to start coding, and you get the general idea. A Hobby Philosopher „Real“ Philosopher Carl Sassenrath Carl Sassenrath - Apple, HP and Commodore Carl Sassenrath - Apple, HP and Commodore - Pantaray, American Multimedia, Videostream Carl Sassenrath - Apple, HP and Commodore - Pantaray, American Multimedia, Videostream - REBOL Technologies Carl Sassenrath - Amiga OS, IOS, VisCorp ED - CDTV - Amiga Logo, Next Gen. Forth, Rebol - Distribution - Browser Left Click : Start Rebol App Left Click : Start Rebol App Rebol App Rebol App Rebol App Rebol App - Browser Right Click : Get Meta Data Rebol Editor - Browser Rebol Shell Carl Sassenrath - Amiga OS, IOS, VisCorp ED - CDTV - Amiga Logo, Next Gen. Forth, Rebol Carl Sassenrath - Amiga OS, IOS, VisCorp ED - CDTV - Amiga Logo, Next Gen. Forth, Rebol ● Lisp, Forth, Logo and Self ● Lisp, Forth, Logo and Self ● Lightweight Distributed Computing ● Lisp, Forth, Logo and Self ● Lightweight Distributed Computing ● programming-in-the-small (PITS) PITS: ~ 800kB binary 1.8 MB for distribution Libs Tools Samples Docs Links PITS: Remote Editor: 53 Daytime Server Deamon: 61 bmp2png Converter TCP Port Scanner: 98 Simple Clock App: 106 Minimal Email Client: 130 Simple Picture Viewer: 132 PITS: Remote Editor:
    [Show full text]
  • Odroidmagazine Turn Your ODROID Into A: GIANT TABLET and Create the Ultimate Android Experience!
    I/O Shield access • Install and learn the basics of Rebol now! Year One Issue #2 Feb 2014 ODROIDMagazine Turn your ODROID into a: GIANT TABLET And create the ultimate Android experience! High Performance computing at home • Meet an Odroidian Creation and fine granular control Mauro Ribeiro, Senior Software engineer • Estimating Radio net interference: Using Java mutithreading • Linux Gaming - emulators • Start programming right away! • The art of multi boxing • USB Gadget drivers • 811.02ac router with odroid XU Dominate your device ports to do everything Get up to 433mbit/sec EDITORIAL service to the world-wide ODROID and Open Source communities, Hard Kernel is proud to present its newest contribution to ARM technology: A ODROID Magazine, a free monthly PDF e-zine! This cutting-edge online publication brings you the latest ODROID news, as well as featured articles from the expert community that has grown around the amazing ODROID family of micro-powerhouse computers. Intended for all levels of expertise from beginner to guru, ODROID Magazine features definitive guides for new owners, with easy-to-follow steps in setting up your ODROID, installing operating systems and software, and troubleshooting common issues. For more technical users, each month will feature expert tips, hacker discus- sions, cutting-edge projects, and technical articles to explore new ways of making your ODROID even more versatile. Hard Kernel’s ODROID Magazine is an ideal opportunity for our community to come together to share and contribute articles, so that everyone can be successful with their ODROID. Each month, a series of article topics will be posted for consideration, and all community members are encouraged to send submissions in exchange for monthly rewards for those selected for publication.
    [Show full text]