01hd.bitbucket.org/isca.html

95 lines
5.4 KiB
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/animations/entry_animations.css">
<link rel="stylesheet" href="css/animations/animations.css">
<link rel="stylesheet" href="css/main.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>HighDef - ISCA</title>
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#main-navbar">
<i class="fa fa-bars" aria-hidden="true" style="color: white;"></i>
</button>
<a class="navbar-brand" href="index.html" style="padding-top: 3px;"><img src="assets/MrUltraBrand.png" style="width: 200px;"></a>
</div>
<div class="collapse navbar-collapse" id="main-navbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<li class="active"><a>I.S.C.A</a></li>
<li><a href="polyjet.html">PolyJet</a></li>
<li><a href="photography/photography.html">Photography</a></li>
<li><a href="underconstruction.html">Ultra-Systems</a></li>
<li><a href="qanda.html">Q &amp; A</a></li>
</ul>
</div>
</div>
</nav>
<div class="wrapper">
<div class="nooverflow-bg" style="left: 0px; top: 0px; width: 75vw; height: 50vh;">
<img src="assets/cybercircle1.png" style="left: -200px; top: -140px;" class="cybercircle-left">
</div>
<div class="nooverflow-bg" style="left: 0px; bottom:0px; width: 75vw; height: 63vh;">
<img src="assets/cybercircle2.png" style="left: -125px; bottom: -125px" class="cybercircle-left">
</div>
<div class="nooverflow">
<div class="nooverflow">
<div class="box-center" style="bottom: 0px; margin-bottom: 0px;">
<h1 class="entry-bottom" style="bottom: 0px;">I.S.C.A</h1>
<p class="entry-bottom" style="bottom: 0px;">ISCA stands for Inter-System Control Assistance. Essentially, its a computer manager with resource managing as well as preset actions to do (group of programs, etc). <b>SRCSM</b> Engine would be an alternate name. Possibly the main engine of the program. Stands for Super Remote Control Systems Manager. More info will be released later.</p>
</div>
</div>
<div class="box-left entry-left">
<h2 class="">Idea</h2>
<p class="">The idea, is that ISCA will be a very high level framework that manages computers. The program ISCA can be on multiple devices. The reason why I called it a manager is because it will be an assistance of controlling and as well as automating my computer. Communicating to co-ordinate with other devices is also part of the plan. This includes process splitting, and telling a device to do something. The reason its a framework is so I can build on to the types of processes it can split, things it can automate, and what it can tell other devices to do.</p>
</div>
<div class="box-left entry-left" style="width: 40%">
<h3>Note:</h3>
<p>This project will be moving slower due to having focus placed on another project (PolyJet)</p>
</div>
<div class="box-right entry-right" style="width: 50%">
<h2 class="">Features</h2>
<ul>
<li>High modularity (framework)</li>
<li>plugin interface</li>
<li>device status display</li>
<li>Server and client encrypted tcp setup</li>
<li>Process splitting (custom addons that tells the framework what/how to split it to other devices)</li>
<li>Task automation (command triggered tasks)</li>
<li>remote task managing</li>
</ul>
</div>
<div class="box-left entry-left" style="width: 45%">
<h2 class="">Completed</h2>
<ul>
<li>basic framework</li>
<li>basic plugin interface</li>
<li>status display of local device</li>
<li>Server and client encrypted TCP connection</li>
</ul>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>