Skip to content

OwlPlatform/CopyWorldModel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CopyWorldModel

Copy the contents of one running world model into another.

The copy_wm.rb script will connect to a source world model over the network and copy its data to another world model on the network. copy_wm.rb

The copy_sqlite_dump.rb script will read dumped insert statements from a sqlite3 world model's database and send that data to another world model on the network. Insert statements should be of the form: INSERT INTO "attributes" VALUES('identifier','attribute',creation,expiration,'origin',X'hex data'); The command should be run as follows: copy_sqlite_dump.rb

About

Copy the contents of one running world model into another.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages