-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fa16e51
commit 0c5824b
Showing
3 changed files
with
12 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,121 +1,20 @@ | ||
# Fujinet Network Lib | ||
# Fujinet Lib | ||
|
||
Routines for using the FujiNet Network Adapter sub-device. | ||
Routines for using the FujiNet Adapter sub-device. | ||
|
||
The top level folder contains the .h API, one subfolder for each platform. | ||
|
||
Each fujinet device is then a subdirectory of the src directory, e.g. clock, fuji, network. | ||
|
||
## Building | ||
|
||
If required, specify `TARGETS` list. The default is to clean, build and create release for all known platforms. | ||
If required, specify `TARGETS` list. | ||
|
||
```shell | ||
$ make | ||
$ make clean | ||
$ make release | ||
``` | ||
|
||
## Release | ||
|
||
Use the make target `dist` which will zip the library, headers, and Changelog into version specific file at `dist/fujinet-network_VERSION.zip`. | ||
|
||
### Disk Images | ||
|
||
## Testing | ||
|
||
Testing is done with BDD features. See [Testing README](testing/bdd-testing/README.md) | ||
|
||
## TODO | ||
|
||
### global | ||
|
||
- [x] Makefile | ||
- [x] .h overall API | ||
|
||
### define API | ||
|
||
|System | network_open() | network_close() | network_read() | network_write() | network_status() | network_ioctl() | network_json_parse() | network_json_query() | network_init() | | ||
|-------|----------------|-----------------|----------------|-----------------|------------------|-----------------|----------------------|----------------------|----------------| | ||
| Atari | `[x]` | `[x]` | `[x]` | `[x]` | `[x]` | `[x]` | `[x]` | `[x]` | `[x]` | | ||
| Apple2| `[x]` | `[x]` | `[x]` | `[x]` | `[x]` | `[x]` | `[x]` | `[x]` | `[x]` | | ||
| ADAM | `[ ]` | `[ ]` | `[ ]` | `[ ]` | `[ ]` | `[ ]` | `[ ]` | `[ ]` | `[ ]` | | ||
| CBM | `[x]` | `[x]` | `[x]` | `[x]` | `[x]` | `[ ]` | `[x]` | `[x]` | `[x]` | | ||
| Coco | `[ ]` | `[ ]` | `[ ]` | `[ ]` | `[ ]` | `[ ]` | `[ ]` | `[ ]` | `[ ]` | | ||
| rc2014| `[ ]` | `[ ]` | `[ ]` | `[ ]` | `[ ]` | `[ ]` | `[ ]` | `[ ]` | `[ ]` | | ||
|
||
Listed: | ||
|
||
- [ ] network_open() | ||
- [ ] network_close() | ||
- [ ] network_read() | ||
- [ ] network_write() | ||
- [ ] network_status() | ||
- [ ] network_ioctl() | ||
- [ ] network_json_parse() | ||
- [ ] network_json_query() | ||
- [ ] network_init() | ||
|
||
### target: atari | ||
|
||
- [x] network_open() | ||
- [x] network_close() | ||
- [x] network_read() | ||
- [x] network_write() | ||
- [x] network_status() | ||
- [x] network_ioctl() | ||
- [x] network_json_parse() | ||
- [x] network_json_query() | ||
- [x] network_init() | ||
|
||
### target: apple2 | ||
|
||
- [x] network_open() | ||
- [x] network_close() | ||
- [x] network_read() | ||
- [x] network_write() | ||
- [x] network_status() | ||
- [x] network_ioctl() | ||
- [x] network_json_parse() | ||
- [x] network_json_query() | ||
- [x] network_init() | ||
|
||
### target: adam | ||
|
||
- [ ] network_open() | ||
- [ ] network_close() | ||
- [ ] network_read() | ||
- [ ] network_write() | ||
- [ ] network_status() | ||
- [ ] network_ioctl() | ||
- [ ] network_json_parse() | ||
- [ ] network_json_query() | ||
|
||
### target: commodore | ||
|
||
- [x] network_open() | ||
- [x] network_close() | ||
- [x] network_read() | ||
- [x] network_write() | ||
- [x] network_status() | ||
- [ ] network_ioctl() | ||
- [x] network_json_parse() | ||
- [x] network_json_query() | ||
|
||
### target: coco | ||
|
||
- [ ] network_open() | ||
- [ ] network_close() | ||
- [ ] network_read() | ||
- [ ] network_write() | ||
- [ ] network_status() | ||
- [ ] network_ioctl() | ||
- [ ] network_json_parse() | ||
- [ ] network_json_query() | ||
|
||
### target: rc2014 | ||
|
||
- [ ] network_open() | ||
- [ ] network_close() | ||
- [ ] network_read() | ||
- [ ] network_write() | ||
- [ ] network_status() | ||
- [ ] network_ioctl() | ||
- [ ] network_json_parse() | ||
- [ ] network_json_query() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.7.2 | ||
4.7.3 |