MicroControl: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
No edit summary
 
(19 intermediate revisions by the same user not shown)
Line 1: Line 1:
* [[ MicroClient:Installation ]]
[[category:MicroControl]]
* [[ MicroClient:Developer | Developer Documentation ]]
__NOTOC__
Welcome to the wiki page of [[category:MicroControl]], a toolkit to control Zeiss microscopes remotely.


This page is the home page
{| border="0" align="center" width="95%" valign="top" cellspacing="7" cellpadding="2"
All pages related to μClient (to be pronounced as micro-Client)
|-
[[category: μClient]]
! width="50%"|
! |
! width="50%"|
|-
|valign="top"|
== User documentation ==


=Installation =
* [[ MicroControl:Installation | Installation ]]
* [[ MicroControl:Usage | Usage ]]
* [[ MicroControl:UseCases | Supported Use cases]]


=== Features ===


== Client side ==
[[MicroControl:DataModel | Data Model]]


Client will be supported on both windows and linux
|bgcolor="#CCCCCC"|
|valign="top"|


=== Windows ===
== Developer documentation ==  


# Download portable python package [[from here]] and extract it say c:\uClient
* [[ MicroControl:Developer | Implementation of different features ]]
* [[ MicroControl:Design | Design and specifications ]]
* [[ MicroControl:API_Documentation | API Documentation ]]


<pre style="display: inline-block;">
todo: insert image here
</pre>


# Get the latest source code. Instructions on updating source code and the descriptions of various source branches are [[uClient::Instructions to get latest source]]  
* [[ MicroControl:DJ_tasks | DJ's tasklist ]]  
<pre style="display: inline-block;">
todo: insert image here
</pre>


=== For linux ===


These are suggestive instructions tested on Ubuntu Lucid (10.04).


* Please make sure following packages are installed
|}
*# Python 2.6+
*# wxPython
*# vtk
*# svn (to get latest source code from central repository)
 
* Get the latest source code
<pre style="display: inline-block;">
svn co https://www.kitware.com/svn/Connectome/RemoteClient/trunk uClient
</pre>
 
== Server Side  ==
 
It is assumed that only Windows drivers are provided for Zeiss microscopes and
 
# Register the ActiveX control with windows
 
=== Pre-requisites ===
 
Following packages are included in the package
 
* Python 2.6.x (2.6.1) included
* Pre-built VTK python bindings and required DLLs
* wxPython
 
=== Limitations ===


= Sandbox =
= Sandbox =

Latest revision as of 20:05, 28 February 2011


Welcome to the wiki page of, a toolkit to control Zeiss microscopes remotely.

User documentation

Features

Data Model

Developer documentation



Sandbox

Following is the test to see if source code insertion works

<source lang="php"> <? print("This is my PHP Code."); ?> </source>