Skip to content

Releases: FujiNetWIFI/fujinet-lib

Keet Sun Cyanide

22 Sep 14:38

Choose a tag to compare

[4.7.2] - 2024-09-22

IMPORTANT BUG FIX - apple2 since 4.6.2 to 4.7.1 had a device detection bug. This is now fixed with this release

  • [apple2] fix finding device bug that was breaking network id and not setting correct device id
  • [clock apple2gs] fix clock implementation

I moved the apple2gs C code into the apple2 path, and tested apps against it.
Adds 160 bytes to the application vs ASM version, but does produce runnable applications.
This should now work with apple2gs.

Teo Rhineuridae Coding

21 Sep 16:52

Choose a tag to compare

[4.7.1] - 2024-09-21 - DO NOT USE, SKIP TO 4.7.2 FOR BUG FIX

  • [clock] add apple2gs clock implementation (untested)

Added the implementation for apple2gs, but cannot test it myself. there may be a follow up release :D

Sun Lux Midday Flower

20 Sep 09:06

Choose a tag to compare

[4.7.0] - 2024-09-20 - DO NOT USE, SKIP TO 4.7.2 FOR BUG FIX

  • [clock] a simple clock library to interface with FujiNet clock device with atari/apple2 (cc65) implementations

Chantilly Beige

15 Sep 22:58

Choose a tag to compare

[4.6.2] - 2024-09-15 - DO NOT USE, SKIP TO 4.7.2 FOR BUG FIX

  • [apple2 bus] refactor all sp_get_xxx functions, moving common code into sp_find_device

Clean Ceruleite

14 Sep 13:09

Choose a tag to compare

[4.6.1] - 2024-09-14

  • [network atari] Small tweak to ensure translation byte not lost when performing open, using stack instead of tmp variable which may get corrupt
  • [fuji apple2] Use "THE_FUJI" for fujinet device lookup instead of old hack for FUJI_DISK_0
  • [SP apple2] Improved and shortened SmartPort apple2 code by going back to assembler, but also looking for devices by TYPE instead of name
    which removes some quite expensive string functions. Saved 256 bytes on a simple "appkey" application.

Clever Yellow

01 Sep 11:06

Choose a tag to compare

[4.6.0] - 2024-09-01

  • [network] Add network_http_post_bin function to allow sending binary data instead of text, allowing for 00 char to be sent.

Puzzled Bronze

31 Aug 14:14

Choose a tag to compare

[4.5.3] - 2024-08-32

  • network_read and network_read_nb will exit if there is a general error.

network_read will set fn_bytes_read to the bytes read into the buffer so far, for client to decide what to do.
header file docs updated for both functions.

Helpful Cesium

25 Aug 08:09

Choose a tag to compare

[4.5.2] - 2024-08-25

  • [atari] fuji_read_appkey no longer uses malloc, but requires the data buffer passed in to be at least 2 bytes larger than the keysize to work.

Doubtful Magenta

24 Aug 20:03

Choose a tag to compare

[4.5.1] - 2024-08-24

  • [atari] set dtimlo to 1 for appkey read, 2 for appkey write to reduce timeouts when reading / writing a new appkey
  • [adam] initial implementations of network, no release

Tasty Polychrotidae

08 Aug 16:14

Choose a tag to compare

[4.5.0] - 2024-08-08

  • [apple2] send the network unit number with the payloads for network calls to allow for multiple network sub-devices on a SP network device
  • [apple2] convert apple2 asm files to C for almost all network functions and bus calls

This release adds support for N1: N2: etc for apple applications.
Must run firmware from at least commit "0886c3e9 2024-08-07"