|
1 | | -# Fujinet Network Lib |
| 1 | +# Fujinet Lib |
2 | 2 |
|
3 | | -Routines for using the FujiNet Network Adapter sub-device. |
| 3 | +Routines for using the FujiNet Adapter sub-device. |
4 | 4 |
|
5 | 5 | The top level folder contains the .h API, one subfolder for each platform. |
6 | 6 |
|
| 7 | +Each fujinet device is then a subdirectory of the src directory, e.g. clock, fuji, network. |
| 8 | + |
7 | 9 | ## Building |
8 | 10 |
|
9 | | -If required, specify `TARGETS` list. The default is to clean, build and create release for all known platforms. |
| 11 | +If required, specify `TARGETS` list. |
10 | 12 |
|
11 | 13 | ```shell |
12 | | -$ make |
| 14 | +$ make clean |
| 15 | +$ make release |
13 | 16 | ``` |
14 | 17 |
|
15 | | -## Release |
16 | | - |
17 | | -Use the make target `dist` which will zip the library, headers, and Changelog into version specific file at `dist/fujinet-network_VERSION.zip`. |
18 | | - |
19 | | -### Disk Images |
20 | | - |
21 | 18 | ## Testing |
22 | 19 |
|
23 | 20 | Testing is done with BDD features. See [Testing README](testing/bdd-testing/README.md) |
24 | | - |
25 | | -## TODO |
26 | | - |
27 | | -### global |
28 | | - |
29 | | -- [x] Makefile |
30 | | -- [x] .h overall API |
31 | | - |
32 | | -### define API |
33 | | - |
34 | | -|System | network_open() | network_close() | network_read() | network_write() | network_status() | network_ioctl() | network_json_parse() | network_json_query() | network_init() | |
35 | | -|-------|----------------|-----------------|----------------|-----------------|------------------|-----------------|----------------------|----------------------|----------------| |
36 | | -| Atari | `[x]` | `[x]` | `[x]` | `[x]` | `[x]` | `[x]` | `[x]` | `[x]` | `[x]` | |
37 | | -| Apple2| `[x]` | `[x]` | `[x]` | `[x]` | `[x]` | `[x]` | `[x]` | `[x]` | `[x]` | |
38 | | -| ADAM | `[ ]` | `[ ]` | `[ ]` | `[ ]` | `[ ]` | `[ ]` | `[ ]` | `[ ]` | `[ ]` | |
39 | | -| CBM | `[x]` | `[x]` | `[x]` | `[x]` | `[x]` | `[ ]` | `[x]` | `[x]` | `[x]` | |
40 | | -| Coco | `[ ]` | `[ ]` | `[ ]` | `[ ]` | `[ ]` | `[ ]` | `[ ]` | `[ ]` | `[ ]` | |
41 | | -| rc2014| `[ ]` | `[ ]` | `[ ]` | `[ ]` | `[ ]` | `[ ]` | `[ ]` | `[ ]` | `[ ]` | |
42 | | - |
43 | | -Listed: |
44 | | - |
45 | | -- [ ] network_open() |
46 | | -- [ ] network_close() |
47 | | -- [ ] network_read() |
48 | | -- [ ] network_write() |
49 | | -- [ ] network_status() |
50 | | -- [ ] network_ioctl() |
51 | | -- [ ] network_json_parse() |
52 | | -- [ ] network_json_query() |
53 | | -- [ ] network_init() |
54 | | - |
55 | | -### target: atari |
56 | | - |
57 | | -- [x] network_open() |
58 | | -- [x] network_close() |
59 | | -- [x] network_read() |
60 | | -- [x] network_write() |
61 | | -- [x] network_status() |
62 | | -- [x] network_ioctl() |
63 | | -- [x] network_json_parse() |
64 | | -- [x] network_json_query() |
65 | | -- [x] network_init() |
66 | | - |
67 | | -### target: apple2 |
68 | | - |
69 | | -- [x] network_open() |
70 | | -- [x] network_close() |
71 | | -- [x] network_read() |
72 | | -- [x] network_write() |
73 | | -- [x] network_status() |
74 | | -- [x] network_ioctl() |
75 | | -- [x] network_json_parse() |
76 | | -- [x] network_json_query() |
77 | | -- [x] network_init() |
78 | | - |
79 | | -### target: adam |
80 | | - |
81 | | -- [ ] network_open() |
82 | | -- [ ] network_close() |
83 | | -- [ ] network_read() |
84 | | -- [ ] network_write() |
85 | | -- [ ] network_status() |
86 | | -- [ ] network_ioctl() |
87 | | -- [ ] network_json_parse() |
88 | | -- [ ] network_json_query() |
89 | | - |
90 | | -### target: commodore |
91 | | - |
92 | | -- [x] network_open() |
93 | | -- [x] network_close() |
94 | | -- [x] network_read() |
95 | | -- [x] network_write() |
96 | | -- [x] network_status() |
97 | | -- [ ] network_ioctl() |
98 | | -- [x] network_json_parse() |
99 | | -- [x] network_json_query() |
100 | | - |
101 | | -### target: coco |
102 | | - |
103 | | -- [ ] network_open() |
104 | | -- [ ] network_close() |
105 | | -- [ ] network_read() |
106 | | -- [ ] network_write() |
107 | | -- [ ] network_status() |
108 | | -- [ ] network_ioctl() |
109 | | -- [ ] network_json_parse() |
110 | | -- [ ] network_json_query() |
111 | | - |
112 | | -### target: rc2014 |
113 | | - |
114 | | -- [ ] network_open() |
115 | | -- [ ] network_close() |
116 | | -- [ ] network_read() |
117 | | -- [ ] network_write() |
118 | | -- [ ] network_status() |
119 | | -- [ ] network_ioctl() |
120 | | -- [ ] network_json_parse() |
121 | | -- [ ] network_json_query() |
0 commit comments