FreeAnt


Operating Protocol v0.2

The FreeAnt Operating Protocol (FreeAntOP) source code will be published to the open source community when ready. This project has been laying around for a few years, but I am working to release updated info and code soon.

Copyright (c) Are Bjørby

Under construction! Check back soon! //AB201116


Free Software, Free Society
spacer
<-Back Main Encoding Format Routines

Extended protocols

spacer

Encoding

8-bit ASCII

Base32


Character table:


Control characters:


Message:

MF Control Flags ASCII
[SOH] Message start MF_START 1
[STX] Word start MF_WORD_START 2
[ETB] Message end MF_END 23






 


Word:

WF Control Flags ASCII
@ Id WF_ID 64
! Symbol WF_SYMBOL 33
& Path WF_PATH 38
? Equation WF_EQUATION 63
" Text WF_TEXT 34
# Integer WF_INTEGER 35
$ Real WF_REAL 36
% Scientific WF_SCIENTIFIC 37
~ Message WF_MESSAGE 126
* Blob WF_BLOB 42

 


Radix:

RF Base Radix ASCII
i 2 Binary 105
o 8 Octal 111
d 10 Decimal 100
h 16 Hexadecimal 104
u 32 Duotrigesimal 117


Unit Format:

Character Bits Unit ASCII
y 8 Byte 121
w 8x2 Word 119
u 8x4 Doubleword 117
q 8x8 Quadword 113
p 8x16 Paragraph 112
k 8x1024 Kilobyte 107
m 8x1024x1024 Megabyte 109


Words:


Number (integer/real/scientific):

Character Base10 Base16 Base32 Complex ASCII
0 0 0     48
1 1 1     49
2 2 2 26   50
3 3 3 27   51
4 4 4 28   52
5 5 5 29   53
6 6 6 30   54
7 7 7 31   55
8 8 8     56
9 9 9     57
A   10 0   65
B   11 1   66
C   12 2   67
D   13 3   68
E   14 4   69
F   15 5   70
G     6   71
H     7   72
I     8   73
J     9   74
K     10   75
L     11   76
M     12   77
N     13   78
O     14   79
P     15   80
Q     16   81
R     17   82
S     18   83
T     19   84
U     20   85
V     21   86
W     22   87
X     23   88
Y     24   89
Z     25   90
.       Real 46
^       Scientific 94
+       Positive 43
-       Negative 45





Id:

Character
INTEGER, DUOTRIGESIMAL


Symbol:
ASCII Character
65 A
66 B
67 C
68 D
69 E
70 F
71 G
72 H
73 I
74 J
75 K
76 L
77 M
78 N
79 O
80 P
81 Q
82 R
83 S
84 T
85 U
86 V
87 W
88 X
89 Y
90 Z
97 a
98 b
99 c
100 d
101 e
102 f
103 g
104 h
105 i
106 j
107 k
108 l
109 m
110 n
111 o
112 p
113 q
114 r
115 s
116 t
117 u
118 v
119 w
120 x
121 y
122 z
48 0
49 1
50 2
51 3
52 4
53 5
54 6
55 8
56 9
  -
  _



Text:

Character
All printable ASCII




Expresssion:
ASCII Character Query
0x21 ! Not
0x26 & And
0x28 ( Group
0x29 ) Group end
0x2A * Multiple wildcard
0x3F ? Single wildcard
0x7C | Or
0x3A : Namespace




Path:
ASCII Character  
  Id  
0x21 . Separator
0x26 : Index > 0