Wolfram Language Paclet Repository
Community-contributed installable additions to the Wolfram Language
Mathematica client for BulletinBoard
Contributed by: YUTARO SHOJI
BulletinBoard is an object storage of ArrayObject, which can be used for debugging and data taking purposes. It mediates data between the program and Mathematica, enabling immediate visualization of data using a notebook. This paclet provides a Mathematica client for BulletinBoard. The BulletinBoard server can be downloaded from DockerHub, Crates.io and GitHub.
To install this paclet in your Wolfram Language environment,
evaluate this code:
PacletInstall["Yshojihep/BulletinBoardClient"]
To load the code after installation, evaluate this code:
Needs["Yshojihep`BulletinBoardClient`"]
After installing this paclet, you need to build the library. For compilation, a standard C++ build environment is required.
In[1]:= |
Post a bulletin:
In[2]:= |
Show all the bulletins:
In[3]:= |
Out[3]= |
Read a bulletin:
In[4]:= |
Out[4]= |
Set the server address:
In[5]:= |
Reset the server:
In[6]:= |
Read multiple revisions:
In[7]:= |
Out[8]= |
Archive a bulletin:
In[9]:= |
Load an archive:
In[10]:= |
Delete an archive:
In[11]:= |
Remove a bulletin:
In[12]:= |
Wolfram Language Version 13.0