Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ul] address module #284

Merged
merged 10 commits into from
Oct 7, 2022
Merged

[ul] address module #284

merged 10 commits into from
Oct 7, 2022

Conversation

Enet4
Copy link
Owner

@Enet4 Enet4 commented Sep 25, 2022

This is a generalization of #274.

  • Add AE address module and data types
  • Improve address module
  • Rethink AE address
  • Add AeAddr::new_socket_addr
  • Add TryFrom impl for AeAddr<String>
  • Add ClientAssociationOptions::establish_with
  • [echoscu|storescu] update tools to use ul::AeAddr

@Enet4 Enet4 added enhancement A-lib Area: library A-tool Area: tooling labels Sep 25, 2022
- Data types with a socket address and an AE title
   - `FullAeAddress`
   - `AeAddress`
- add Display implementations
- simplify impl of AeAddr::ae_title
- use generic type for socket addr
   - so that we can parse it into either a socket address
     or just a string
- add support for leading `@`,
  meaning missing AE title
- remove `AeAddr::new_socket_addr`,
  provide `From` impls instead
+ update ul dependency to the latest version
- allows user to specify AE title alongside socket address
- move `establish` implementation to private method
- use `establish_with` so as to take care of AE titles automatically
@Enet4 Enet4 merged commit 3fd2dec into master Oct 7, 2022
@Enet4 Enet4 deleted the imp/ul/ae-addr branch October 7, 2022 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-lib Area: library A-tool Area: tooling enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant