https://github.com/perbu/includeos-calc
IncludeOS Calculator - TCP based
https://github.com/perbu/includeos-calc
Last synced: about 1 year ago
JSON representation
IncludeOS Calculator - TCP based
- Host: GitHub
- URL: https://github.com/perbu/includeos-calc
- Owner: perbu
- License: bsd-2-clause
- Created: 2018-12-13T16:28:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-14T17:36:48.000Z (over 7 years ago)
- Last Synced: 2025-03-13T06:44:11.427Z (over 1 year ago)
- Language: C++
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# includeos-calc
IncludeOS Calculator - TCP based
A simple example service built on IncludeOS. Its a TCP service which takes strings though port 2000 and computes them.
Example usage:
```
perbu:~$ nc 10.0.0.42 2000
-Welcome to the serverless calculator
-Please enter the operation to perform. Format: a+b | a-b | a*b | a/b
5/8
0.625000
perbu:~$
```