Add PandA bob file server
Closed this issue · 2 comments
coretl commented
First make an aiohttp project that serves /<filename>.bob
returning "Hello " as the text
Then starting from https://github.com/PandABlocks/PandABlocks-client/tree/pvi_for_pythonsoftioc
- Integrate the aiohttp server into the startup of the ioc:
PandABlocks-client/pandablocks/ioc/ioc.py
Line 109 in afe304f
- Make this code put the files in an internal dict: https://github.com/PandABlocks/PandABlocks-client/blob/pvi_for_pythonsoftioc/pandablocks/ioc/_pvi.py#L186-L198
- Serve those files on request from aiohttp
tizayi commented
172.23.252.201
coretl commented
bob file exporting has moved to PandABlocks-ioc