Skip to content

keithjlee/FDMremote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

optim_lowertol\

FDMremote.jl

This is the back-end server implementation to interface with FDMremote_GH. Core functionality is provided by FDM.

Usage

  • Add this package through your REPL: ] add https://github.com/keithjlee/FDMremote

Then:

  • using FDMremote
  • FDMsolve!()

The server is now running.

Notes:

  • The first time you solve/optimize a network, it will take some time (up to a minute) to get going. This is just an artifact of the Julia JIT compiler; if there are no scary error messages popping up, everything is working fine!
  • It's recommended to start the local server FDMsolve!() before using the FDMstart component in Grasshopper.
  • The server will run persistently until explicitly closed on the client side, or if the Julia session is terminated. If you close your Grasshopper session and start another one using FDMremote, the server will still be running and waiting for messages.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages