{"id":34616578,"url":"https://github.com/androidprod/list2hosting","last_synced_at":"2026-03-13T21:32:18.172Z","repository":{"id":330291662,"uuid":"1114441871","full_name":"androidprod/list2hosting","owner":"androidprod","description":"LAS形式の点群データをMinecraft Bedrockのローカルワールドへ送信し、/connect または /ws コマンドで接続可能なサーバーを構築します。","archived":false,"fork":false,"pushed_at":"2025-12-25T08:58:28.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-26T03:08:13.903Z","etag":null,"topics":["minecraft","minecraft-bedrock","minecraft-websocket","minecraft-websockets"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/androidprod.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-11T11:29:08.000Z","updated_at":"2025-12-25T08:53:07.000Z","dependencies_parsed_at":"2025-12-26T03:08:16.493Z","dependency_job_id":null,"html_url":"https://github.com/androidprod/list2hosting","commit_stats":null,"previous_names":["androidprod/list2hosting"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/androidprod/list2hosting","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/androidprod%2Flist2hosting","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/androidprod%2Flist2hosting/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/androidprod%2Flist2hosting/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/androidprod%2Flist2hosting/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/androidprod","download_url":"https://codeload.github.com/androidprod/list2hosting/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/androidprod%2Flist2hosting/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30476288,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T20:45:58.186Z","status":"ssl_error","status_checked_at":"2026-03-13T20:45:20.133Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["minecraft","minecraft-bedrock","minecraft-websocket","minecraft-websockets"],"created_at":"2025-12-24T14:38:58.436Z","updated_at":"2026-03-13T21:32:18.153Z","avatar_url":"https://github.com/androidprod.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# list2hosting\nlas(点群データ)をMinecraft Bedrockのローカルワールドに送信するものです。\n\nまたMinecraft Bedrockで、/connectコマンド又は/wsコマンドで接続できるサーバーを作成します。\n\n![list2hostingのタイトル画像](images/list2hosting.png)\n\n# 使用方法\n## ビルドバイナリを使う方法\n\n1. まず最新のリリースから.exeやBinaryをダウンロードします。\n2. ダウンロードしたBinaryを実行します。\n3. コマンドプロンプト又はターミナルが出てきたら、```start [port番号]```を入力してWSサーバーを起動します。\n   ※```list2hosting\u003e```とコンソールで出ている場合に行ってください。成功した場合は```INF Server is ready on port [ここに実際のポート番号]```と表示されます。\n   ※ワールド側でチートをONにする必要があります。\n4. WSサーバーが起動したら、Minecraft側で```/connect [serverIP:serverPort]```を入力し、○○に接続しましたと出力されたら準備は完了です。Console側では、```[2025-12-25 10:17:18] INF Client connected: [ClientIP:ClientPort]```と```WebSocket handshake OK!```のように出力されます。\n5. あとはお好みのコマンドを実行できます。\n\n## ソースコードからビルドする方法\n\n1. ソースを.zip又は、```git clone https://github.com/androidprod/list2hosting.git```とコマンドを実行し、ソースコードダウンロードします。\n2. cmakeをインストールされていることを確認し、```.\\build.bat```又はLinuxではchmodで許可してから```./build.sh```を実行しビルドします。\n3. ```./build/Release```又は、```./build/```のなかにBinaryがあれば成功です。\n   ※ここからは上記の実行方法と同じです。\n4. 生成されたBinaryを実行します。\n5. コマンドプロンプト又はターミナルが出てきたら、```start [port番号]```を入力してWSサーバーを起動します。\n   ※```list2hosting\u003e```とコンソールで出ている場合に行ってください。成功した場合は```INF Server is ready on port [ここに実際のポート番号]```と表示されます。\n   ※ワールド側でチートをONにする必要があります。\n6. WSサーバーが起動したら、Minecraft側で```/connect [serverIP:serverPort]```を入力し、○○に接続しましたと出力されたら準備は完了です。Console側では、```[2025-12-25 10:17:18] INF Client connected: [ClientIP:ClientPort]```と```WebSocket handshake OK!```のように出力されます。\n7. あとはお好みのコマンドを実行できます。\n\n\n# 作成者 \nandroidprod\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandroidprod%2Flist2hosting","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandroidprod%2Flist2hosting","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandroidprod%2Flist2hosting/lists"}