4455a96cbb
Add timer to processing calculation
2024-04-24 09:45:46 -04:00
e43c2c42cf
Merge branch 'main' into devel
2024-04-22 17:37:21 -04:00
d23894fba6
Test implement algo function
...
Also, remove unnecessary lib.rs file. This is only needed if the thing
being developed is a LIBRARY, which since we have a main file, it isn't
2024-04-22 17:28:50 -04:00
658ba709d1
Remove unwrap calls where possible
2024-04-18 18:06:42 -04:00
41b95647a2
Integrate data only REST endpoint
...
Project now builds without compile-time issues due to
underscore-vs-hyphen conflicts (I assume that was the problem at least),
VDMA has rudamentary implementation.
2024-04-18 17:37:10 -04:00
fd07adbb75
Fix POST endpoint to run properly
2024-04-18 15:55:27 -04:00
abb5263763
Explain CORS call
2024-04-18 14:43:26 -04:00
c5c62c5dbc
Update to include CORS functionality
2024-04-18 13:52:45 -04:00
57c514a289
Update rest api to bind to real IP address
2024-04-18 13:14:38 -04:00
0dff50269f
Add rocket config file
2024-04-17 23:35:10 -04:00
57957e9285
remove blocker for build
...
Something for later me to fix
2024-04-17 23:22:08 -04:00
1c3f60196c
Start commenting; add VDMA to worldserver
2024-04-17 19:46:41 -04:00
69fb508486
Updated comments, insert VDMA docs
...
Docs courtesy of AMD; publicly accessible, and indexed by Google at time
of writing
2024-04-17 18:40:49 -04:00
7f34d56ba3
Comment rest api
2024-04-17 18:38:16 -04:00
6a78a80e85
Add all data; update rest endpoint
...
REST endpoint now responds to a blanket request to
`localhost:8000/serve` with the most recently updated file available to
the server
2024-04-17 18:34:23 -04:00
0f03ec54ff
Remove world-server requirement
2024-04-17 17:14:53 -04:00
4d4af9cf19
Finish first try at VDMA
2024-04-14 18:16:15 -04:00
7197b71f0a
Continue VDMA development
2024-04-10 17:17:31 -04:00
eefaa646b1
Continue VDMA coding
...
VDMA API is incredibly unstable; subject to change as development
continue
2024-04-08 17:17:23 -04:00
572734ff0d
Start VDMA Framework
...
Loosely based on Kaputa's design; using Rust tools to make the process
simpler/easier to read
2024-04-08 11:44:44 -04:00
445cf844c8
Add submodule for VDMA ref material
2024-04-07 16:49:56 -04:00
cdbe8e4659
Implement REST framework API calls
2024-04-07 15:11:44 -04:00
67be087183
Increase modularity
...
Camera calls are now a unique module; working on starting the REST
endpoint development. Will require researching previous projects.
2024-04-07 13:43:37 -04:00
c72be40454
Finish base communication
...
Communication with the world server is now complete. Starting work on
REST prototyping
2024-04-07 12:24:44 -04:00
34e6699adf
Include force build for ARM target
2024-03-31 12:54:57 -04:00
5bf7745ca6
Update readme
2024-03-28 16:34:37 -04:00
2738513f3e
Merge branch 'devel' of ssh://git.blizzard.systems:25/esd2-groupwork/communication-layer into devel
2024-03-28 16:16:29 -04:00
a68d4efebc
Merge branch 'main' into devel
2024-03-28 16:14:38 -04:00
f8d6645690
Continue making code generic
2024-03-25 21:06:49 -04:00
5b0172b2b9
Simplify design
2024-03-25 20:47:15 -04:00
c01fd63211
Rethink connection
...
Connection now forks depending on current host IP location
2024-03-25 20:23:22 -04:00
1d775a5e19
Create complete handshake
...
Handshake now consists of:
- processing timestamp (f64) sent SoC -> World-Server (WS)
- Length of image packet SoC <- WS
- image width SoC <- WS
- image height SoC <- WS
- calculated image bitdepth SoC -> WS
- raw image bytes SoC <- WS
Also, increase verbosity of logs; add screenshot of logs
2024-03-25 13:33:10 -04:00
bb6b883c4b
Continue development of comms layer
2024-03-25 12:32:23 -04:00
e1b4dcafde
Force toolchain version
2024-03-25 10:32:36 -04:00
509685ff0e
Add notes
2024-03-25 10:32:11 -04:00
fbd0ac4ca0
Update Cargo config to build safely
2024-03-24 18:09:16 -04:00
2f09bfb0f6
Continue commenting
2024-03-21 15:30:19 -04:00
eec82cdfb5
Add logging for tie estimation purposes
...
Also, dynamically determine the IP of the world server, for more
realistic interactions
2024-03-21 14:54:02 -04:00
beb0cd25dd
Comment read layer
2024-03-21 12:58:37 -04:00
0b367c019f
First attempt at importing network images
2024-03-20 18:43:21 -04:00
23276e94d2
Static send variable for demonstration and testing
2024-03-20 15:18:40 -04:00
6f4ddf5e00
Start developing communication layer
...
Currently, in testing phase
2024-03-20 14:39:00 -04:00