Personal Services: Node Messages

Submitted by code_admin on Mon, 07/23/2018 - 11:26

** TODO Refactor so it dosen't use php filter **

<?php
$def_URI = "URI";
$def_ConnProcess = "See Connection Process";
$def_SignalProcess = "See Signal Process";

function dispArrayAsTable($arr) {
print "

";

Tags

Personal Services: State Machine

Submitted by code_admin on Mon, 07/23/2018 - 11:26

State Sets
- Default State (used when Node is booted)

States
- Stable (Normal)
- Duration Based (Counter is reset every time machine enters the state then it swithes to next state)
- Time Based (States have an end time and follow on state)

Logs
State changes are logged in a table so we can see when a state changes.

Field Meanings

Stable:

Tags

Type Usage
Normal-Verify Used when both Outbound and Inbound can establish connecitons
Polling-In-Verify Used when Outbound can not establish a connection to inbound. (So inbound must poll for messages)
Out-Out-Verify Used when Inbound can not establish ha connection to outbound.

<?PHP
$def_URI = "URI";
?>

Tags

Personal Services: Ubuntu Setup

Submitted by code_admin on Mon, 07/23/2018 - 11:21

How to install Personal Services on a machine running Ubuntu

This article describes the process to set-up a full Personal Services server on a machine Ubuntu. This can also be applied to other flavours of linux.
Before starting this article check you have the following for prerequisites:

Tags