-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (43 loc) · 3.45 KB
/
Copy pathindex.html
File metadata and controls
56 lines (43 loc) · 3.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>So by iotoasis</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">So</h1>
<h2 class="project-tagline">Service Orchestration</h2>
<a href="https://github.com/iotoasis/SO" class="btn">View on GitHub</a>
<a href="https://github.com/iotoasis/SO/zipball/master" class="btn">Download .zip</a>
<a href="https://github.com/iotoasis/SO/tarball/master" class="btn">Download .tar.gz</a>
</section>
<section class="main-content">
<h1>
<a id="oasis-project" class="anchor" href="#oasis-project" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Oasis Project</h1>
<p>본 Oasis (Open-source Architecture Semantic Iot Service-platform) 프로젝트는 국제 표준을 준용하는 오픈 소스 기반 지능형 사물 인터넷 서비스 플랫폼을 개발하는 것을 목표로 하고 있습니다.</p>
<p>본 Oasis 프로젝트는 2015년도 정보통신․방송 기술개발사업 신규지원 대상과제 "(ICBMS-3세부) 사물 가상화, 분산 자율지능 및 데이터 연계/분석을 지원하는 IoT 기반 플랫폼 기술 개발" 과제의 결과물로써 오픈소스로 제공됩니다.</p>
<p>본 Oasis 프로젝트는 오픈 소스 커뮤니티를 기반으로 오픈소스로써 계속적으로 성장해 나갈 계획입니다.</p>
<h1>
<a id="so-service-orchestration-module" class="anchor" href="#so-service-orchestration-module" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>SO (Service Orchestration) Module</h1>
<p>SO 모듈은 동적으로 생성/변화되는 IoT 환경 (서비스, 센서, 디바이스, 네트워크)에 적응할 수 있는 표준화된 서비스 오케스트레이션 프레임워크로써의 기능을 제공합니다.</p>
<h2>
<a id="주요-기능" class="anchor" href="#%EC%A3%BC%EC%9A%94-%EA%B8%B0%EB%8A%A5" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>주요 기능</h2>
<ul>
<li>IOT 환경에서 동적으로 변화하는 서비스와 서비스 구동 환경 그리고 이벤트 처리 가능</li>
<li>서비스 설명, 서비스 목표, 서비스 상세, 비즈니스 명세등의 표준 기반 아키텍처</li>
<li>다중 서비스를 하나의 독립적인 서비스로 활용</li>
<li>주어진 목표를 수행하기 위해 적절한 서비스를 선택, 구성, 협업 하기 위한 구성요소와 프로세스</li>
</ul>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/iotoasis/SO">So</a> is maintained by <a href="https://github.com/iotoasis">iotoasis</a>.</span>
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</footer>
</section>
</body>
</html>